Files
firstgarden-web-gnu/plugin/sns/twitter/config-sample.php
2013-05-24 09:22:06 +09: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');