web/rsln/config.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 15 Mar 2011 16:46:20 +0100
changeset 70 df78960e35f8
parent 35 0f40d68e7618
child 119 4c86151704e9
permissions -rw-r--r--
modif rsln opendata
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     1
<?php
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     2
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     3
/**
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     4
 * Please edit all for your application registration / other details
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     5
 * 
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     6
 */
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     7
35
0f40d68e7618 correct path
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 33
diff changeset
     8
define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/rsln/');
20
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     9
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    10
$configuration = array(
33
0f2c04b0944e correct calback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 20
diff changeset
    11
    'callbackUrl'    => 'http://amateur.iri.centrepompidou.fr/live/rsln/callback.php',
20
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    12
    'siteUrl'        => 'http://twitter.com/oauth',
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    13
    'consumerKey' 	 => '***REMOVED***',
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    14
    'consumerSecret' => '***REMOVED***'
7e0a67a20e74 add new rsln page
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    15
);