# File lib/twitter/api.rb, line 1693
    def unfavorite(*args)
      threaded_tweets_from_response(:delete, "/1/favorites/destroy", args)
    end