You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: