web/config.php.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 27 Apr 2011 15:39:47 +0200
changeset 131 ef1ad93a227c
parent 115 04d2e318a2e4
child 233 10d6fd6ce9ab
permissions -rw-r--r--
Added tag V00.40 for changeset fd23d25f5ca3

<?php

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

//define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/');
define('URL_ROOT', 'http://127.0.0.1/IRI/REPO_TWEET_LIVE/web/client.php');

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