Hi all,

I am trying to achieve paging in my following and followers list.
My page consist of 20 user each.
I am totally having around 400 Following.
So In my application , I want to achieve 20 pages of following list.I
want to navigate Next and Previous pages.

So I am using the below Twitter API:
http://api.twitter.com/statuses/friends.json?cursor=-1&count=20

In the Next page , I would be using the Next cursor value of the above
Req response.

With this API , I am able to navigate to all the next pages using next
cursor values given.
But when I navigate to previous pages , I try to use previous cursor
values which always given Blank pages.
I mean whenever I use prev cursor values , the response always
blank(no users present).


Please help me out to resolve this issue.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to