Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic Auth as well as OAuth

This commit is contained in:
Zach Copley
2009-08-28 07:02:27 +00:00
parent 36b6ef8d05
commit 36c104fb34
6 changed files with 35 additions and 15 deletions

View File

@@ -19,6 +19,8 @@
*/
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
define('STATUSNET', true);
define('LACONICA', true); // compatibility
$shortoptions = 'i::';
$longoptions = array('id::');