switch twitterstatusfetcher from friends_timeline to home_timeline

This commit is contained in:
Evan Prodromou 2010-09-04 12:54:20 -04:00
parent c307aee06e
commit 45bdbcdc78
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class TwitterStatusFetcher extends ParallelizingDaemon
$timeline = null;
try {
$timeline = $client->statusesFriendsTimeline();
$timeline = $client->statusesHomeTimeline();
} catch (Exception $e) {
common_log(LOG_WARNING, $this->name() .
' - Twitter client unable to get friends timeline for user ' .