Re: [twitter-dev] collecting tweet message ids

2010-11-30 Thread Rajinder Yadav
Hi Matt, thanks for clearing up my questions! -- Kind Regards, Rajinder Yadav On 10-11-29 05:09 PM, Matt Harris wrote: Hi Rajinder, We would really like to offer access to the historical timeline but our infrastructure doesn't allow access to anymore than 3200 right now. The Tweets are safe a

Re: [twitter-dev] collecting tweet message ids

2010-11-29 Thread Matt Harris
Hi Rajinder, We would really like to offer access to the historical timeline but our infrastructure doesn't allow access to anymore than 3200 right now. The Tweets are safe and have not been deleted or lost, they are just not available. We also don't have a timeline for access to historical tweets

Re: [twitter-dev] collecting tweet message ids

2010-11-29 Thread Rajinder Yadav
On Mon, Nov 29, 2010 at 12:27 PM, Matt Harris wrote: > Hi Rajinder. > The user_timeline returns upto 200 statuses per page starting with the most > recent. To retrieve a complete page of 200 you will want to make a request > similar to: > > http://api.twitter.com/1/statuses/user_timeline.json?cou

Re: [twitter-dev] collecting tweet message ids

2010-11-29 Thread Matt Harris
Hi Rajinder. The user_timeline returns upto 200 statuses per page starting with the most recent. To retrieve a complete page of 200 you will want to make a request similar to: http://api.twitter.com/1/statuses/user_timeline.json?count=200\&include_rts=1 This request will return upto the most rec

Re: [twitter-dev] collecting tweet message ids

2010-11-26 Thread Edward Hotchkiss
next_cursor_str it's paginated. On Nov 26, 2010, at 12:07 AM, Rajinder Yadav wrote: > Hi I would like to know how I can go about retrieving all the tweet message > ids from a user's timeline? > > I am using the user_timeline to get the message ids, is there a better faster > way? > > The fol