web/enmi/config.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Mon, 23 May 2011 23:18:00 +0200
changeset 143 2a3599a4b0f7
parent 133 9578d3ddce17
child 220 42aeb2bfc58e
permissions -rw-r--r--
add #enmi page and some litlle corrections

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