This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
Uecko_Web/twitteroauth/config-sample.php
2015-10-02 08:10:49 +00:00

11 lines
240 B
PHP

<?php
/**
* @file
* A single location to store configuration.
*/
define('CONSUMER_KEY', 'CONSUMER_KEY_HERE');
define('CONSUMER_SECRET', 'CONSUMER_SECRET_HERE');
define('OAUTH_CALLBACK', 'http://example.com/twitteroauth/callback.php');