diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-01 08:20:44 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-01 08:20:44 +0000 |
commit | 6f4b2f0ac2f235332c850b050d9e4563fc71f89d (patch) | |
tree | 19c0d1b8c694792a026e9694c23365837c59a46b /lib/common.php | |
parent | a49272d448d75a6ab74515352345d8baacb96f1f (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 9d7954fa9..f9ac66f4f 100644 --- a/lib/common.php +++ b/lib/common.php @@ -196,6 +196,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', |