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