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
Error:
Error Domain=FHSErrorDomain Code=204 "The request did not return any content." UserInfo={NSLocalizedDescription=The request did not return any content.}
Looked into the data variable in - (id)sendRequest:(NSURLRequest *)request and found that actual error was {"errors":[{"code":187,"message":"Status is a duplicate."}]}
The text was updated successfully, but these errors were encountered:
Code:
NSError *twitterError = [[FHSTwitterEngine sharedEngine] postTweet:tweetStr];
Error:
Error Domain=FHSErrorDomain Code=204 "The request did not return any content." UserInfo={NSLocalizedDescription=The request did not return any content.}
Looked into the
data
variable in- (id)sendRequest:(NSURLRequest *)request
and found that actual error was{"errors":[{"code":187,"message":"Status is a duplicate."}]}
The text was updated successfully, but these errors were encountered: