그누보드5 정식버전
This commit is contained in:
10
plugin/sns/twitter/config-sample.php
Normal file
10
plugin/sns/twitter/config-sample.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?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');
|
||||
Reference in New Issue
Block a user