According to docs, 1.1/lists/subscribers.json can have a maximum count parameter of 5000, and defaults to 20.
If I use 1000 to limit calls to Twitter servers, the same cursor just loops and crashes the script. It actually looks like the call returns nothing.
Right now, all the script does is echo values to screen. It can’t even do that after the initial pass.
If I cut the count parameter to 10 it works fine. It loops through successive cursors quite nicely. I hate to make that many calls though.
Has the max value changed? Is there a “safe” value?
Please advise
Paul