switch twitterstatusfetcher from friends_timeline to home_timeline
This commit is contained in:
parent
c307aee06e
commit
45bdbcdc78
@ -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 ' .
|
||||
|
Loading…
Reference in New Issue
Block a user