Mercurial > hg > ywww
comparison goodreads/config.php @ 6:077b0a0a3e6d
remaining originals according to dependency walk
| author | Robert Boland <robert@markup.co.uk> |
|---|---|
| date | Thu, 16 Feb 2017 22:29:02 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 5:55445b456ad0 | 6:077b0a0a3e6d |
|---|---|
| 1 <?php | |
| 2 | |
| 3 /** | |
| 4 * you will get the following details after | |
| 5 * registering your application at | |
| 6 * http://www.goodreads.com/api/keys | |
| 7 * | |
| 8 */ | |
| 9 | |
| 10 | |
| 11 define('CONSUMER_KEY', '8vxmKmAn8AVolobtvBbMIg'); | |
| 12 define('CONSUMER_SECRET', 'zg8ZCiVTLUygp4CN8DHH0XAcWizdTeAmNbqINur5w4'); | |
| 13 define('CALLBACK_URL', 'http://yournextread.com/goodreads/callback.php'); | |
| 14 | |
| 15 | |
| 16 ?> |
