# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1296460147 -3600 # Node ID 0f2c04b0944e9a4786031bda83d4965c422263e8 # Parent c924e143576fc700c8b931030fdfec995d7aa88b correct calback diff -r c924e143576f -r 0f2c04b0944e web/enmi/config.php --- a/web/enmi/config.php Mon Jan 31 06:52:18 2011 +0100 +++ b/web/enmi/config.php Mon Jan 31 08:49:07 2011 +0100 @@ -8,7 +8,7 @@ define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/'); $configuration = array( - 'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/callback.php', + 'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/enmi/callback.php', 'siteUrl' => 'http://twitter.com/oauth', 'consumerKey' => '***REMOVED***', 'consumerSecret' => '***REMOVED***' diff -r c924e143576f -r 0f2c04b0944e web/rsln/config.php --- a/web/rsln/config.php Mon Jan 31 06:52:18 2011 +0100 +++ b/web/rsln/config.php Mon Jan 31 08:49:07 2011 +0100 @@ -8,7 +8,7 @@ define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/'); $configuration = array( - 'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/callback.php', + 'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/rsln/callback.php', 'siteUrl' => 'http://twitter.com/oauth', 'consumerKey' => '***REMOVED***', 'consumerSecret' => '***REMOVED***'