summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-08-01 08:20:44 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-08-24 11:52:15 -0400
commite9edaab3588b18677c2b37a3115f447307e64689 (patch)
tree96476f46d4896f4f3b81c5c3c7e637a10dfcef4d /lib/common.php
parent5d5b9f7022ad144cc747a33bcabea773d2f92b28 (diff)
Twitter OAuth server dance working
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index 8cd3ae2fc..5d6956d9b 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -188,6 +188,9 @@ $config =
'integration' =>
array('source' => 'Laconica', # source attribute for Twitter
'taguri' => $_server.',2009'), # base for tag URIs
+ 'twitter' =>
+ array('consumer_key' => null,
+ 'consumer_secret' => null),
'memcached' =>
array('enabled' => false,
'server' => 'localhost',