Reputation: 516
How can I get the 3200 most recent tweets from a users timeline as documented?
I know I can only get 200 tweets per request. I want to use the page parameter, but the page parameter is no longer present in the current documentation. It did contain the optional page parameter originally but
will soon cease to be functional
Also I work with the python-twitter library and the GetUserTimeline
function from the API object has no optional page parameter.
Maybe this has something to do with the switch from Twitter API v1.0 to v1.1?
Upvotes: 1
Views: 89