web/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 06 Apr 2011 16:45:22 +0200
changeset 100 32898b2c8e9c
parent 99 6cb4d10f0b8b
permissions -rw-r--r--
Merge with 4eb5bd87b9baaac2839f21e92a0a0e5f5a9bcbbd

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