FHSTwitterEngine
FHSTwitterEngine copied to clipboard
postTweet: returning the wrong error for {code: 187, message: "Status is a duplicate."}
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."}]}
will check it out, thanks
Thanks! Waiting for the solution.
@ankurp-munchado we have another issue #128 where post tweet sends a different error can you confirm?