Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSError received in equestFailed:withError: has userInfo always null #78

Open
SorinAntohi opened this issue Mar 18, 2011 · 0 comments
Open

Comments

@SorinAntohi
Copy link

Hello,
i'm using your code to pull and push data to Twitter from my app. the problem is that when i'm receiving the NSError for a failed request i receive for example just:

Error Domain=HTTP Code=403 "The operation couldn’t be completed. (HTTP error 403.)"
for a double tweet post i should have received also "Reason: Status is a duplicate" but the userInfo proprety of the NSError is null.

How can i decide when is a double post in order to show the user a custom error message?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant