diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-28 07:02:27 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-28 07:02:27 +0000 |
commit | 36c104fb34d7128a0372dd3f77504c0b2f76ba80 (patch) | |
tree | 95c03e5a3b0e3b096e3d1febf4ce21a562507bfb /scripts/twitterqueuehandler.php | |
parent | 36b6ef8d05bf6e4290894f9677cc9618a9bfd486 (diff) |
Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic Auth as well as OAuth
Diffstat (limited to 'scripts/twitterqueuehandler.php')
-rwxr-xr-x | scripts/twitterqueuehandler.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/twitterqueuehandler.php b/scripts/twitterqueuehandler.php index ce4d824d0..992141f9d 100755 --- a/scripts/twitterqueuehandler.php +++ b/scripts/twitterqueuehandler.php @@ -19,6 +19,8 @@ */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); +define('STATUSNET', true); +define('LACONICA', true); // compatibility $shortoptions = 'i::'; $longoptions = array('id::'); |