web/rsln/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 31 Jan 2011 08:49:07 +0100
changeset 33 0f2c04b0944e
parent 20 7e0a67a20e74
child 35 0f40d68e7618
permissions -rw-r--r--
correct calback

<?php

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

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

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