danielpronych / python-twitter

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

Api.GetUserTimeline ignores count argument for values greater than 150 #116

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you give Api.GetUserTimeline's count argument a value greater than 150
it will ignore it and return just 150 statuses. That way you cannot get all
of a user's statuses.

Original issue reported on code.google.com by amik...@gmail.com on 7 Feb 2010 at 4:59

GoogleCodeExporter commented 8 years ago
I have just tried getusertimeline with count=200 and it stops there (it's 
bigger than
150 but it's not the complete timeline for the user I tried with).

Btw, I got only 181 statuses - but maybe it was due to #115 issue already 
reported

Original comment by arquivos...@gmail.com on 13 Mar 2010 at 2:32