web/enmi/config.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Wed, 22 Jun 2011 16:08:55 +0200
changeset 192 f2fdf9571292
parent 133 9578d3ddce17
child 220 42aeb2bfc58e
permissions -rw-r--r--
Mash up film festival

<?php

/**
 * Please edit all for your application registration / other details
 * 
 */

define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/enmi');

$configuration = array(
    'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/enmi/callback.php',
    'siteUrl'        => 'http://twitter.com/oauth',
    'consumerKey' 	 => '***REMOVED***',
    'consumerSecret' => '***REMOVED***'
);