I am having an issue with authentication where I am receiving TwitterLogInErrorAuthenticationError.
The NSError value is reporting the following: Error Domain=Parse Code=251 "The operation couldn’t be completed. (Parse error 251.)" UserInfo=0x14fae330 {code=251, error=Twitter credential verification failed.}
- Authentication is working with the default Parse implementation.
- I have verified that my Twitter account is authenticated on the device.
Any ideas what the issue could be?
I am having an issue with authentication where I am receiving
TwitterLogInErrorAuthenticationError.The NSError value is reporting the following:
Error Domain=Parse Code=251 "The operation couldn’t be completed. (Parse error 251.)" UserInfo=0x14fae330 {code=251, error=Twitter credential verification failed.}Any ideas what the issue could be?