ZF-10644: Zend_Service_Twitter should support the 'include_rts' flag for statusUserTimeline()
Description
There are 3 flags, include_rts, trim_user, and include_entities that are listed on the twitter API documentation that get thrown away by Zend_Service_Twitter() -- I'm having to write my own _Service_Twitter subclass to get around it, because I want to use the include_rts flag.
Twitter API for call: http://dev.twitter.com/doc/get/…
Comments
Posted by Corey Frang (gnarf) on 2010-11-04T14:55:39.000+0000
This may be related to ZF-8841
Posted by Corey Frang (gnarf) on 2010-11-04T14:57:31.000+0000
A quick patch to the Zend_Service_Twitter.php to allow these 3 parameters to the API call.
Posted by Matthew Weier O'Phinney (matthew) on 2010-11-08T11:45:29.000+0000
Flags added in trunk and 1.11 release branch, with corresponding unit test.