-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get users email #102
Comments
Here's an article about it. It looks like a real pain. Look in the comments, there's some good stuff. Also look here https://developers.facebook.com/docs/messenger-platform/webview/permissions It looks like it's a bit of a black art. |
Also check out this https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow |
@jaksz I'm quite certain that e-mail is not something you can get directly from the userProfile, and that is by design. Your best option is to ask the user to enter their e-mail directly in some way, though most users will most likely not do that. |
Yeah, I don't think it's possible to get the user's email address from Facebook. This might change in the future, but right now your best option is to ask the user directly. |
We can get the users profile with chat.getUserProfile(), but how can we get the email?
The text was updated successfully, but these errors were encountered: