diff options
author | Brenda Wallace <shiny@cpan.org> | 2009-12-03 00:10:21 +0000 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2009-12-03 00:10:21 +0000 |
commit | e42c18ededbc4b8c8e4ef89a7e7a324e6c7c8a8a (patch) | |
tree | cc9f26bd11f6f4adb6c540c7b309113b2b7c3ffd /config.php.sample | |
parent | 2d25f288a7bebedd6c2eaf08081bccdbc9107d36 (diff) |
added url to twitter's docs
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample index 9fccb84f3..97645e870 100644 --- a/config.php.sample +++ b/config.php.sample @@ -186,7 +186,7 @@ $config['sphinx']['port'] = 3312; // // $config['twitterbridge']['enabled'] = true; -// Twitter OAuth settings +// Twitter OAuth settings. Documentation is at http://apiwiki.twitter.com/OAuth-FAQ // $config['twitter']['consumer_key'] = 'YOURKEY'; // $config['twitter']['consumer_secret'] = 'YOURSECRET'; |