Yes, the *per request* limit is 200, but using the page parameter you can retrieve up to the last 3200 status updates. See http://apiwiki.twitter.com/Things-Every-Developer-Should-Know#6Therearepaginationlimits for more information.
I've implemented and tested this in my site (http://twxlate.com), and it seems to work as advertised. Hope this helps, Jim On Aug 20, 9:49 am, raashid bhatt <[email protected]> wrote: > no u didnt understood me .. i know per request the limit is 200 but > what about the next 200 tweets how can i get those ( of the other > user) > > On Aug 20, 7:06 am, Duane Roelands <[email protected]> wrote: > > > My understanding is that 200 is the limit for retrieving status > > updates via the REST API. > > > On Aug 20, 4:38 am, raashid bhatt <[email protected]> wrote: > > > > Hi all i am developing a Desktop client of twitter for self use its > > > actually my first time working on twitter API > > > > i want get tweets from other user for that i use user_timeline REST > > > method > > > > but for that i can only view latest 200 tweets for that particular > > > user and "page" parameter don't works with user_id combinations > > > > so please suggest me how can i tackle this problem > > > > Thanks!
