switch twitterstatusfetcher from friends_timeline to home_timeline

This commit is contained in:
Evan Prodromou 2010-09-04 12:54:20 -04:00
parent 1a54291cc7
commit a8c90d0243

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 ' .