ZF-5795: Add support for since_id and count parameter in statusFriendsTimeline()
Description
The friends_timeline method of the Twitter API supports the optional parameters - since_id. Optional. Returns only statuses with an ID greater than (that is, more recent than) the specified ID. Ex: http://twitter.com/statuses/friends_timeline.xml/… - count. Optional. Specifies the number of statuses to retrieve. May not be greater than 200. Ex: http://twitter.com/statuses/friends_timeline.xml/…
They are not implemented in the statusFriendsTimeline() though.
Additional: Line 253 of Zend/Service/Twitter.php states: " * - id: ID of a friend whose timeline you wish to receive"
Please remove this line completely. This parameter doesn't exist in friends_timeline.
Comments
Posted by Jon Whitcraft (sidhighwind) on 2009-02-20T06:54:31.000+0000
This was checked in at r14122 and merged into the release branch with r14123