web/rsln/config.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 15 Mar 2011 16:46:20 +0100
changeset 70 df78960e35f8
parent 35 0f40d68e7618
child 119 4c86151704e9
permissions -rw-r--r--
modif rsln opendata

<?php

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

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

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