Hi, everyone.
In the documentation to twitter developers, endpoint GET followers/list results are given in groups of 20 users and multiple “pages” of results can be navigated through using the next_cursor, i need to know how get complete followers list of a user in only one request and also I need to know if the rate limit to GET followers/list in premium api is 15 requests / 15-min window (user auth)
Thank you.