As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Switching my KCSClientConfiguration to development causes a login with facebook to fail
D
David Crowell
started a topic
almost 10 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
almost 10 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.