Hi jarón,

Each Tweet contains a "retweet_count" which tells you the number of times a
Tweet has been retweeted (up to 100). Then, to find out the person who last
retweeted a Tweet you can call /1/statuses/retweets/:id .

You can learn more about the API request on our developer resources site:
    http://dev.twitter.com/doc/get/statuses/retweets/:id

Best,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Sat, Jan 8, 2011 at 12:22 PM, jaronbarends <[email protected]>wrote:

> My app offers users the feature to see their tweets, retweeted (using
> retweets_of_me - http://dev.twitter.com/doc/get/statuses/retweets_of_me).
> However, I would also like to show how many times a particular tweet
> has been retweeted, but the response does not offer that data.
>
> I could call http://dev.twitter.com/doc/get/statuses/:id/retweeted_by
> (as suggested in this thread:
>
> http://groups.google.com/group/twitter-development-talk/browse_thread/thread/38aa19e2fc117c36/fdba18c2870fa76d
> ),
> but that would mean making 50 extra calls per page.
>
> It would be great if retweets_of_me's response would include the
> number of retweets and, for example, the user data of the last
> retweeter.
>
> Is there a simple way to find out how many times a retweets_of_me -
> tweet has been retweeted?
>
> Thanks,
> jarón
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk
>

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to