- Implement statusesHomeTimeline() in TwitterBasicAuthClient

- Make TwitterStatusFetcher pull home_timeline (includes retweets) instead of friends_timeline
This commit is contained in:
Zach Copley
2010-05-27 11:21:52 -07:00
parent bcca10f526
commit 4211b7f011
3 changed files with 32 additions and 3 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 ' .