No one seems to be able to answer my question and I can not find it in the other posts. Using twitter's api, I want to enter in a tweet id and return an array of all the users who retweeted that tweet.
example:
input -> retweeters(tweet_id)
output -> ['username1','username2','username3','username4']
This can be done with this link
I do not need the tweet or the retweet, I need the usernames of the people who retweeted a particular tweet so therefore retweets_of_me would not be helpful here. If you help me out, I'd be very grateful. Thank you
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.