ZF-8841: Zend_Service_Twitter need more timeline options home_timeline as well as friends_timeline
Description
I have been playing with the Twitter part of zend framework,and I missed the ReTweets.
So I hacked the zend/services/twitter.php file so the public function statusFriendsTimeline references home_timeline instead friends_timeline and it works great for my needs. They are identical functions.
http://apiwiki.twitter.com/Twitter-REST-API-Method…
http://framework.zend.com/manual/en/…
I would like to see both methods supported.
Comments
No comments to display