[twitter-dev] Re: help retrieving tweets from other users!

2009-08-20 Thread Duane Roelands
My understanding is that 200 is the limit for retrieving status updates via the REST API. On Aug 20, 4:38 am, raashid bhatt raashidbh...@gmail.com 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

[twitter-dev] Re: help retrieving tweets from other users!

2009-08-20 Thread raashid bhatt
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 duane.roela...@gmail.com wrote: My understanding is that 200 is the limit for retrieving status updates via the REST

[twitter-dev] Re: help retrieving tweets from other users!

2009-08-20 Thread Duane Roelands
Hm! I stand corrected! Thanks for setting me straight, Jim! On Aug 20, 12:29 pm, jim.renkel james.ren...@gmail.com wrote: Yes, the *per request* limit is 200, but using the page parameter you can retrieve up to the last 3200 status updates.

[twitter-dev] Re: help retrieving tweets from other users!

2009-08-20 Thread jim.renkel
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

[twitter-dev] Re: help retrieving tweets from other users!

2009-08-20 Thread raashid bhatt
here getting page three from my account which ain't protected dosent work it asks for password and username http://twitter.com/statuses/user_timeline.xml?id=raashidbhatt?page=2 or http://twitter.com/statuses/user_timeline.xml?screen_name=raashidbhatt?page=2 On Aug 20, 9:29 am, jim.renkel

[twitter-dev] Re: help retrieving tweets from other users!

2009-08-20 Thread jim.renkel
raashid, Multiple parameters in the same request are separated by 's, not another ?. :-) Try these, they seem to work for me: http://twitter.com/statuses/user_timeline.xml?id=raashidbhattpage=2 or http://twitter.com/statuses/user_timeline.xml?screen_name=raashidbhattpage=2 Jim On Aug 20,

[twitter-dev] Re: help retrieving tweets from other users!

2009-08-20 Thread raashid bhatt
ohhh! thanks! brother On Aug 20, 2:15 pm, jim.renkel james.ren...@gmail.com wrote: raashid, Multiple parameters in the same request are separated by 's, not another ?. :-) Try these, they seem to work for me: http://twitter.com/statuses/user_timeline.xml?id=raashidbhattpage=2 or