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:
Jean Baptiste Favre
2013-02-10 20:06:30 +01:00
parent a10a34a3cf
commit f726c6b23f
2 changed files with 16 additions and 12 deletions

View File

@@ -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();