web/rsln-opendata/config.php
changeset 66 8a382087127f
child 76 bda672f102d7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/rsln-opendata/config.php	Tue Mar 15 13:46:46 2011 +0100
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * Please edit all for your application registration / other details
+ * 
+ */
+
+define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/rsln/');
+
+$configuration = array(
+    'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/rsln/callback.php',
+    'siteUrl'        => 'http://twitter.com/oauth',
+    'consumerKey' 	 => '***REMOVED***',
+    'consumerSecret' => '***REMOVED***'
+);