Pagination - Twitter's people you follow

Posted by anselmophil on Stack Overflow See other posts from Stack Overflow or by anselmophil
Published on 2010-05-25T03:04:32Z Indexed on 2010/05/25 3:11 UTC
Read the original article Hit count: 272

Filed under:
|
|
|
|

Hi guys, im developing an Android application for twitter that will sync data coming from the people you follow.

The problem is that:

http://api.twitter.com/1/statuses/friends.json

provides me the last 100 persons ive followed and i wanted to display only 20 for each 'page'.

I believe that the 'cursor' parameter doesnt do what i need, so i'm trying to figure out a way to store it.

Can you guys give me enlightenment?

Thanks in advance

© Stack Overflow or respective owner

Related posts about android

Related posts about JSON