danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

GetUserTimeline can not show retweets [patch] #153

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
By default GetUserTimeline omits native retweets, but there is a parameter in 
twitter API for including them, called "include_rts".  

see http://dev.twitter.com/doc/get/statuses/user_timeline

this patch adds support for include_rts

Original issue reported on code.google.com by tim.bab...@gmail.com on 6 Aug 2010 at 11:44

Attachments:

GoogleCodeExporter commented 8 years ago
fixed when issue 160 was fixed

Original comment by bear42 on 16 Oct 2010 at 7:50