HI
I am working on twitter api
here is the api ::
http://twitter.com/statuses/user_timeline/raj.xml?count=200
currently it is giving only 200 records in one call
i need to fetch next 200 in second call
what i should change in api so that i get 200 records in every call
means
if the user has 600 posts
then in first it will give me 200 then in next it will give me next
200 and so on ....
Thanks
Ravinder