Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

acquireOAuthRequestTokenWithPath: method should check for oauth_error_message string in response #46

Closed
nnhubbard opened this issue May 13, 2013 · 1 comment

Comments

@nnhubbard
Copy link

An OAuth client I am using sends errors back within the success block of acquireOAuthRequestTokenWithPath:.... Should we just check for an occurrence of the oauth_error_message string then return an error if it is found?

@mattt
Copy link
Contributor

mattt commented Aug 21, 2013

With 84d3bb8, AFOAuth1Token objects have a userInfo property, which captures any non-standard parameters sent by the server (such as oauth_error_message).

@mattt mattt closed this as completed Aug 21, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants