web/CPV/config.php.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 25 May 2011 02:44:32 +0200
changeset 150 ffaea21247c4
child 176 ffbd8565b65f
permissions -rw-r--r--
change partner and add CPV

<?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://localhost/~ymh/tweet_live/client.php');

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