[twitter-dev] Re: Getting any users home timeline

2009-09-08 Thread Dharmesh Parikh
Would appreciate some feedback on this? sorry for resending. --dharmesh On Fri, Sep 4, 2009 at 12:07 PM, dp wrote: > > So the statuses/friends_timeline api call gives an authentated users > and his friends statuses. Basically that authentacted users home > page. > > Now is there any similar w

[twitter-dev] Re: Pagination limit for REST API(3200)

2009-08-03 Thread Dharmesh Parikh
So if i user_timeline REST api call and use max_id =X or since_id = Y and count=200 i can get 3200 messages backwards from X or 3200 messages forward from Y and then hit the limit. My specific questions: 1) can i use some different max_id and count=200 after the above scenario is hit. 2) What if