Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

given a tweet, I need to obtain the first 100 users who have retweeted my tweet. I.e: If my tweet has 600 re-tweets, I need the user id's of the first 100 people to have done so. NOT the latest 100. There is an API call to find the latest 100 people but is there a way to reverse this and get the first 100? OR is there a way to bypass the 100 user limit and select all the users?

share|improve this question

1 Answer

According to Twitter's dev docs, statuses/retweets does what you want – "Returns up to 100 of the first retweets of a given tweet."

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.