web/enmi/config.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 15 Mar 2011 17:44:01 +0100
changeset 73 8aee2858335e
parent 35 0f40d68e7618
child 133 9578d3ddce17
permissions -rw-r--r--
ajout du lien vers la page http://amateur.iri.centrepompidou.fr/live/rsln/polemicaltimeline.php

<?php

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

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

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