[twitter-dev] Re: Only getting up to page 5 on user_timeline

2010-06-14 Thread Raymond Yee
I've been having the same problem and wrote about it in an earlier
post:  
http://groups.google.com/group/twitter-development-talk/msg/0085b06ebecf48d8
I'm also still waiting for an answer to this question.

-Raymond

On Jun 12, 4:00 pm, invadermedia  wrote:
> I can't access past page 5 on any account when I'm checking for 200
> tweets at a time. Page 6 returns no tweets.
>
> I should be able to access up to 16 pages to get 3200 tweets. I have
> been able to retrieve that up until I tried again Friday. Is this a
> temporary limit?
>
> Here is an 
> example:http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=KimKa...


[twitter-dev] Re: Pagination limits lowered on home timeline?

2010-06-11 Thread Raymond Yee
I'm experiencing a similar problem.  I'm trying to download all my own
statuses (for rdhyee) via the API but have only been able to get 728.
For example

http://api.twitter.com/1/statuses/user_timeline.json?screen_name=rdhyee&count=200&page=5
(http://bit.ly/b0s8gE) is the last page of 200 statuses I can get but
http://api.twitter.com/1/statuses/user_timeline.json?screen_name=rdhyee&count=200&page=6
(http://bit.ly/aU4TYT) returns no tweets.

I have over 2000 tweets, so the latter call should still return
statuses.

Has the 3200 limit changed?  Or is that  an upper limit -- that is,
you're guaranteed that you will never get more than 3200 but you might
get fewer?

-Raymond

On Jun 2, 5:26 am, Andrej  wrote:
> Hello,
>
> based on API doc there is a limit of3,200statuses for home timeline:
>
> 'Clients may access up to3,200statuses via the page and count
> parameters for timeline REST API methods'
>
> I noticed today that I can only fetch last 800 statuses only.
> Anyone else experiencing same issue?
>
> Thanks