# File lib/twitter/api.rb, line 1754
    def retweeted_by_user(user, options={})
      collection_from_response(Twitter::Tweet, :get, "/1/statuses/retweeted_by_user.json", options.merge_user!(user))
    end