Hello All,
I’m working on a iOS app and having problems with the rate limits of these endpoints.
I am using an account-linked TWRequest to access 1.1 lists/members and lists/subscribers, but it seems that the calls are limited to 15 per window instead of the documented 180.
Examining application/rate_limit_status shows that I am calling with a user token context, but “limit” shows 15 for both endpoints.
Any idea what’s going on, and how I can get the documented rate limits?
Thanks in advance!