We’re currently getting status ids for twitter id:
https://dev.twitter.com/rest/reference/get/statuses/show/%3Aid
Instead of getting of implementing the bulk system:
https://dev.twitter.com/rest/reference/get/statuses/lookup
Is there a way to increase our api limit for all our rates across the
board? Right now, we’re doing a bunch of tuning based on
x-rate-limit-limit, x-rate-limit-remaining, and x-rate-limit-reset. My
understanding is the way to do this:
- Implementing sleep and waiting based on x-rate-limit-remaining
- Implement more bulk download and upload api systems
- Implement streaming http client.
Anyway we can get the rate limit for the public status and the twitter ads api?