Hi guys,
this post/question I consider is an extension of this recent post https://dev.twitter.com/discussions/14697, well the problem with the new API v1.1 I found with my app is that everyday I need to check the list of followers (all the followers) of my authenticated users in my app, with the new version of the API, because of the 15 API calls per 15 minutes window limit, my script will only grabs 75000 followers for that user (15 times the max amount of ids per cursor [5000]), so the question is,
how can I get all the followers from a user if this users exceeds 75000 followers?
should I store the cursor from the last followers/ids call?
are those cursors static? do they change between API calls?
I need help in this matter please because I dont want any kind of problems with the new implementation of this API and my users.
Thanks a lot!