Avocado.CommunityEdition/AvocadoEdition/plugin/sns/twitter/twitterconfig.php

11 lines
271 B
PHP
Raw Normal View History

2022-02-09 03:05:24 +09:00
<?php
/**
* @file
* A single location to store configuration.
*/
define('CONSUMER_KEY', $config['cf_twitter_key']);
define('CONSUMER_SECRET', $config['cf_twitter_secret']);
define('OAUTH_CALLBACK', G5_SNS_URL.'/twitter/callback.php');
//define('OAUTH_CALLBACK', '');