Hi, acording to the docs the request limitation for GET friends/list is 30/app and each request can retrieve a max of 20 results.
In accordance with this if an user is folliwing more than 600 (30req*20results) users we are unable to retrieve all that information without reaching the request limit. Is there a way to workaround this?
Also for testing my app this is really annoying because I have to wait 15 minutes between each try.
Regards.