protected
def oauth1_authorize
- unless @token
- render :action => "authorize_failure"
- return
- end
-
if @token.invalidated?
@message = t "oauth.oauthorize_failure.invalid"
render :action => "authorize_failure"
"oauth_token=#{@token.token}"
else
@redirect_url.query +
- "&oauth_token=#{@token.token}"
+ "&oauth_token=#{@token.token}"
end
unless @token.oauth10?