web/rsln/config.php
changeset 33 0f2c04b0944e
parent 20 7e0a67a20e74
child 35 0f40d68e7618
equal deleted inserted replaced
32:c924e143576f 33:0f2c04b0944e
     6  */
     6  */
     7 
     7 
     8 define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/');
     8 define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/');
     9 
     9 
    10 $configuration = array(
    10 $configuration = array(
    11     'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/callback.php',
    11     'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/rsln/callback.php',
    12     'siteUrl'        => 'http://twitter.com/oauth',
    12     'siteUrl'        => 'http://twitter.com/oauth',
    13     'consumerKey' 	 => '***REMOVED***',
    13     'consumerKey' 	 => '***REMOVED***',
    14     'consumerSecret' => '***REMOVED***'
    14     'consumerSecret' => '***REMOVED***'
    15 );
    15 );