dispatch

in lib/twurl/request_controller.rb [8:16]


    def dispatch
      if client.needs_to_authorize?
        raise Exception, "You need to authorize first."
      end
      options.path ||= OAuthClient.rcfile.alias_from_options(options)
      raise Exception, NO_URI_MESSAGE if options.path.empty?
      perform_request
    end