Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8.0
-
Component/s: Zend_Service_Twitter
-
Labels:None
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?since_id=12345
- count. Optional. Specifies the number of statuses to retrieve. May not be greater than 200. Ex: http://twitter.com/statuses/friends_timeline.xml?count=5
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.
This was checked in at r14122 and merged into the release branch with r14123