web/enmi/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 18 Jul 2011 11:56:35 +0200
changeset 221 f4e0ebfe513d
parent 220 42aeb2bfc58e
permissions -rw-r--r--
Added tag V00.70 for changeset 9474c1e1e97e

<?php

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

define('URL_ROOT', 'http://polemictweet.com/enmi/');

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