# File lib/twitter/base.rb, line 132
    def favorite_destroy(id)
      perform_post("/favorites/destroy/#{id}.json")
    end