ZF-11014: Zend_Service_Twitter::statusFriendsTimeline does not include option to include retweets
Description
The statusFriendsTimeline does not include options as specified by Twitter's API: http://dev.twitter.com/doc/get/…
Missing are max_id, trim_user, include_rts, and include_entities.
These should be able to be passed in the params array when calling the method.
Comments
Posted by Jason Austin (jfaustin) on 2011-01-31T14:42:45.000+0000
Patch file attached, including a new testcase to test the method and it's arguments.
Posted by Jason Austin (jfaustin) on 2011-01-31T14:55:14.000+0000
The fix for this is attached in the patch file, as well as a unit test for the method. If I need to make additional changes, let me know.
Posted by Jason Austin (jfaustin) on 2011-04-28T20:09:49.000+0000
Fixed issue by adding options for max_id, trim_user and include_rts in options.
Posted by Ralph Schindler (ralph) on 2011-04-28T20:18:10.000+0000
Fixed in r23876 in trunk and r23877 in release branch 1.11