# File lib/twitter/base.rb, line 128
    def favorite_create(id)
      perform_post("/favorites/create/#{id}.json")
    end