]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
switch twitterstatusfetcher from friends_timeline to home_timeline
authorEvan Prodromou <evan@status.net>
Sat, 4 Sep 2010 16:54:20 +0000 (12:54 -0400)
committerEvan Prodromou <evan@status.net>
Sat, 4 Sep 2010 16:54:20 +0000 (12:54 -0400)
plugins/TwitterBridge/daemons/twitterstatusfetcher.php

index 9f0f91fc99b9ca39694ea3d39d25772979ecf5e6..601b84ebd9909c3479aed3abff1917725e37f76f 100755 (executable)
@@ -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 ' .