Switching my KCSClientConfiguration to development causes a login with facebook to fail
D
David Crowell
started a topic
over 7 years ago
I have no idea what's causing this. When I use the key/secret for our production environment, everything works as expected. When I use the key/secret for our development environment, I get back:
NSLocalizedRecoverySuggestion=Try again with access token,
NSLocalizedRecoveryOptions=(),
NSLocalizedDescription=Login Failed, NSLocalizedFailureReason=Invalid social identity credentials
}
I'm sending up an identical access token in both scenarios.
1 Comment
D
David Crowell
said
over 7 years ago
Potential fix, or at least, change that caused the problem to go away:
My preSave hook on the Users collection didn't have a response.continue() call. This would be a not-quite-right message for that error, I guess. But the error was mine, nonetheless.
David Crowell
Error Domain=KCSUserErrorDomain Code=60009 "Login Failed" UserInfo=0x127419a0
{
NSLocalizedRecoverySuggestion=Try again with access token,
NSLocalizedRecoveryOptions=(),
NSLocalizedDescription=Login Failed, NSLocalizedFailureReason=Invalid social identity credentials
}
I'm sending up an identical access token in both scenarios.