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=raashidbhatt&page=2

or

http://twitter.com/statuses/user_timeline.xml?screen_name=raashidbhatt&page=2

Jim

On Aug 20, 1:13 pm, raashid bhatt <raashidbh...@gmail.com> wrote:
> 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
>
> orhttp://twitter.com/statuses/user_timeline.xml?screen_name=raashidbhat...
>
> On Aug 20, 9:29 am, "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. 
> > Seehttp://apiwiki.twitter.com/Things-Every-Developer-Should-Know#6Therea...
> > 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 <raashidbh...@gmail.com> 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 <duane.roela...@gmail.com> 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 <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 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!

Reply via email to