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
