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;
|
$timeline = null;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$timeline = $client->statusesFriendsTimeline();
|
$timeline = $client->statusesHomeTimeline();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
common_log(LOG_WARNING, $this->name() .
|
common_log(LOG_WARNING, $this->name() .
|
||||||
' - Twitter client unable to get friends timeline for user ' .
|
' - Twitter client unable to get friends timeline for user ' .
|
||||||
|
Loading…
Reference in New Issue
Block a user