lastlegion / python-twitter

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

Add support for page parameter in GetFriendsTimeline() #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
AFAIK, this is supported in the Twitter API. 

Right now I can only fetch at most the most recent 200 tweets from friends.
I would like to get the max amt of tweets via friends_timeline, I'm working
on something to unfollow based on twitter client types, hence I need to be
able to parse more than just the last 200.

----some time later---

See attached diff. Let me know if changes need to be made

Original issue reported on code.google.com by jauderho on 17 Nov 2009 at 6:45

Attachments:

GoogleCodeExporter commented 9 years ago
fixed in revision 0f705f0d9f

Original comment by bear42 on 16 Oct 2010 at 9:11