Twitter API gets more than the first 100 retweets

given the tweet, I need to get the first 100 users who have tweeted my tweet. Ie: If my tweet has 600 repeat tweets, I need a user ID from the first 100 people to do this. NOT the last 100. Is there an API call to find the last 100 people, but is there a way to cancel this and get the first 100? OR is there a way to get around 100 user limits and select all users?

+5
source share
1 answer

According to Twitter, dev docs statuses / retweets does what you want - "Returns up to 100 of the first retweets of this tweet."

0
source

All Articles