diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-10 07:21:35 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-10 07:21:35 +0000 |
commit | 06c5f490ea509f3a5222f42ee561c9b4f337af8e (patch) | |
tree | 364b2d0009e7b24a185236d359aad501e2ade0b1 | |
parent | 681bcbf71efa8514b1299abcf7d9162069b99054 (diff) |
Add Twitter OAuth key and secret example
-rw-r--r-- | config.php.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index c27645ff8..8efa6a6a1 100644 --- a/config.php.sample +++ b/config.php.sample @@ -173,6 +173,10 @@ $config['sphinx']['port'] = 3312; // // $config['twitterbridge']['enabled'] = true; +// Twitter OAuth settings +// $config['twitter']['consumer_key'] = 'YOURKEY'; +// $config['twitter']['consumer_secret'] = 'YOURSECRET'; + // Edit throttling. Off by default. If turned on, you can only post 20 notices // every 10 minutes. Admins may want to play with the settings to minimize inconvenience for // real users without getting uncontrollable floods from spammers or runaway bots. |