git-svn-id: https://192.168.0.254/svn/Proyectos.Uecko_Web/trunk@2 8c1a5cbb-1905-e346-a7f4-bd4d5d3abd07
11 lines
240 B
PHP
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');
|