AvocadoAmber/AvocadoEdition_Light/plugin/sns/twitter/twitterconfig.php

11 lines
271 B
PHP
Raw Normal View History

2022-09-17 20:50:50 +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', '');