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
{{ message }}
This repository was archived by the owner on Feb 14, 2020. It is now read-only.
via mobile phone (my Parse app sends out a code to the number)
via email address ( my Parse app sends out an verification email that user has to click)
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!
The text was updated successfully, but these errors were encountered:
Hi,
There's 3 ways to register for my app
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!
The text was updated successfully, but these errors were encountered: