Avocado.LightEdition/AvocadoEdition_Light/plugin/sns/twitter/config-sample.php
TATECK ba0315ddc8 최초 배포
최초 배포
2022-09-17 20:50:50 +09:00

10 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');