web/rsln-opendata/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 16 Mar 2011 18:05:37 +0100
changeset 76 bda672f102d7
parent 66 8a382087127f
child 119 4c86151704e9
permissions -rw-r--r--
update hashtag for twitter

<?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***'
);