]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add Twitter OAuth key and secret example
authorZach Copley <zach@controlyourself.ca>
Mon, 10 Aug 2009 07:21:35 +0000 (07:21 +0000)
committerZach Copley <zach@controlyourself.ca>
Mon, 10 Aug 2009 07:21:35 +0000 (07:21 +0000)
config.php.sample

index c27645ff874cb98863d1be99fd728344f62edddc..8efa6a6a124f5e96937ad591d5895d73570dd721 100644 (file)
@@ -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.