web/rsln-opendata/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 06 Apr 2011 17:53:16 +0200
changeset 108 7f43d14b32cd
parent 76 bda672f102d7
child 119 4c86151704e9
permissions -rw-r--r--
Added tag V00.32 for changeset 63120e7c640e

<?php

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

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

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