# File lib/twitter/api.rb, line 1829
    def retweets_of_me(options={})
      collection_from_response(Twitter::Tweet, :get, "/1/statuses/retweets_of_me.json", options)
    end