diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-01 08:20:44 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-24 11:52:15 -0400 |
commit | e9edaab3588b18677c2b37a3115f447307e64689 (patch) | |
tree | 96476f46d4896f4f3b81c5c3c7e637a10dfcef4d /lib/common.php | |
parent | 5d5b9f7022ad144cc747a33bcabea773d2f92b28 (diff) |
Twitter OAuth server dance working
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
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', |