You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user email must be unique in Parse. When a new Facebook user is signing up, the user object is inserted in Parse with an empty email. When trying later to populate the email field using the Facebook API GraphRequest, the updated email may already exists in Parse.
=>The unicity of email should be checked before inserting the user record in Parse using the Facebook email.