I have a problem when I try to signup to my app using Facebook, this worked until recently, the provider is 'facebook':
self.socialSignup = function (provider) {
return Backand.socialSignUp(provider).then(function (response) {
loadUserDetails();
return response;
});
};
But now I get this error:
MessageEvent {isTrusted: true, data: "{"error":{"message":"can't signup without email. NO_EMAIL_SOCIAL","provider":"facebook"}}...
"can't signup without email. NO_EMAIL_SOCIAL (signing in with facebook)","error_description":"can't signup without email. NO_EMAIL_SOCIAL (signing in with facebook)"
I use angularbknd-sdk 1.8.2, but I try with 1.8.11.