| author | Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> |
| Fri, 06 May 2011 11:11:26 +0200 | |
| changeset 135 | d689f183db2c |
| parent 133 | 9578d3ddce17 |
| child 220 | 42aeb2bfc58e |
| permissions | -rw-r--r-- |
|
133
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
1 |
<?php |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
2 |
|
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
3 |
/** |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
4 |
* Please edit all for your application registration / other details |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
5 |
* |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
6 |
*/ |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
7 |
|
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
8 |
define('URL_ROOT', 'http://amateur.iri.centrepompidou.fr/live/enmi'); |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
9 |
|
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
10 |
$configuration = array( |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
11 |
'callbackUrl' => 'http://amateur.iri.centrepompidou.fr/live/enmi/callback.php', |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
12 |
'siteUrl' => 'http://twitter.com/oauth', |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
13 |
'consumerKey' => '***REMOVED***', |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
14 |
'consumerSecret' => '***REMOVED***' |
|
9578d3ddce17
correct line endings + other small errors
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
35
diff
changeset
|
15 |
); |