Makes TwitterBridge plugin use Twitter API 1.1 instead of API 1 which is deprecated and will be switched off soon
This commit is contained in:
@@ -137,7 +137,7 @@ class TwitterStatusFetcher extends ParallelizingDaemon
|
||||
$conn = &$flink->getDatabaseConnection();
|
||||
|
||||
$this->getTimeline($flink, 'home_timeline');
|
||||
$this->getTimeline($flink, 'mentions');
|
||||
$this->getTimeline($flink, 'mentions_timeline');
|
||||
|
||||
$flink->last_friendsync = common_sql_now();
|
||||
$flink->update();
|
||||
|
Reference in New Issue
Block a user