- 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

@@ -225,7 +225,7 @@ class TwitterOAuthClient extends OAuthClient
* @param int $cnt number of statuses to show
* @param int $page page number
*
* @return mixed an array of statuses, similare to friends_timeline, except including retweets
* @return mixed an array of statuses, similar to friends_timeline but including retweets
*/
function statusesHomeTimeline($since_id = null, $max_id = null,
$cnt = null, $page = null)