adamwynne / twitter-api

Async io interface to all the twitter APIs
372 stars 64 forks source link

retreiving > 5000 followers with followers-ids? #33

Closed matteoredaelli closed 10 years ago

matteoredaelli commented 10 years ago

can this library/funcion library manage the parameter "cursor" in order to retreive more then 5000 followers?

thanks in advance

adamwynne commented 10 years ago

yep - the parameters are not hard coded so you can use the calls as flexibly as you like

matteoredaelli commented 10 years ago

yes but teh parameter "next_cursor" must be read fromthe output of the first request.. https://dev.twitter.com/docs/misc/cursoring

adamwynne commented 10 years ago

I'm not sure what you're asking me here?

On Tue, Dec 24, 2013 at 12:56 PM, Matteo Redaelli notifications@github.comwrote:

yes but teh parameter "next_cursor" must be read fromthe output of the first request.. https://dev.twitter.com/docs/misc/cursoring

— Reply to this email directly or view it on GitHubhttps://github.com/adamwynne/twitter-api/issues/33#issuecomment-31170688 .