Avocado.LightEdition/AvocadoEdition_Light/plugin/sns/twitter/config-sample.php

11 lines
240 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', 'CONSUMER_KEY_HERE');
define('CONSUMER_SECRET', 'CONSUMER_SECRET_HERE');
define('OAUTH_CALLBACK', 'http://example.com/twitteroauth/callback.php');