Hi all, my team is working on developing giveaway apps similar to gleams. To enter our giveaway, users would need to do some activities like following, liking and retweeting some content. We will be validating these type of activities on our platform but after reading docs provided and testing the api it seems that we have some limitation as the number of callback of followers is limited to 1000 and 100 for like/retweet. Is there any solution to bypass this limitation?
We currently use bearer token, with app rate limit (Application-only): 15 requests for follow, 75 requests for like and retweet per 15-minute window shared among all users of our apps, is there any way to get more?
You’re better off authenticating whatever account is running the giveaway, and using Account Activity API to stream these events in a webhook: Overview | Docs | Twitter Developer Platform