Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

logInWithReadPermissionsInBackground sends out an verification email #33

Open
jenlai1345 opened this issue Apr 22, 2018 · 0 comments
Open

Comments

@jenlai1345
Copy link

jenlai1345 commented Apr 22, 2018

Hi,

There's 3 ways to register for my app

  1. via mobile phone (my Parse app sends out a code to the number)
  2. via email address ( my Parse app sends out an verification email that user has to click)
  3. via facebook login

When users registers/logs in using FB account, it sends out a redundant verification email to the users because I fetch user's email from facebook and save it in the "email" column.

I believe this bug has been fixed in the Parse server (do not send out verification email when user logs in using OAuth).
I'm doing exactly the same thing in my iOS version of app and it has the correct behavior (no verification email);
however, using ParseFacebookUtils-Android I keep getting a verification email every time I log in via FB.

Is there a work around?

Much thanks in advance!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant