hi guys. sorry for my english.
well, I work on a project that I need to get all my Followers,All users who retweet my tweet.
also I need to get all users who Liked my tweet.

Now, I handled getting followers with this endpoint :

https://api.twitter.com/2/users/:id/followers?max_results=500

But for retweet & Likes unfortunally getting only last 100 users.

for retweet :

https://api.twitter.com/2/tweets/:id/retweeted_by

for likes :

https://api.twitter.com/2/tweets/:id/liking_users

Now, how can I get all users, not only last 100 users?

At this point, these endpoints are limited to only getting back the last 100 users, but we are considering making a change here to allow you to get back all users. At this point, we don’t have an ETA for that change.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.