Try the page parameter. Here's the documentation to get you started [1]. 1. http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline
Thanks, Doug On Fri, Jul 3, 2009 at 10:39 AM, Ravinder Chopra < ravinderc.impi...@gmail.com> wrote: > > hi > > > I think i need extra parameters in this api > http://twitter.com/statuses/user_timeline/raj.xml?count=200 > > like count , i need a parameter which is used to extend this value > means > > In first call 200 > in next call next 200 > > First call > http://twitter.com/statuses/user_timeline/raj.xml?start=0&count=200 > > Next call :: I rise the value of start so that i will send me next > 200 records > > http://twitter.com/statuses/user_timeline/raj.xml?start=200&count=200 > > Thanks > Ravinder >