Open iamaro opened 9 years ago
I'm requesting the permission on login, but doing the /me api request only returns the user ID and name.
What request should I be doing to get their email as well?
Thanks, Clay
Figured it out:
$facebook.api('/me?fields=id,name,email').then(function(fb_user) { console.log(fb_user) });
Thank you. I was having the same issue.
work like a charm, awesome.
Thank you. It works for me also
I'm requesting the permission on login, but doing the /me api request only returns the user ID and name.
What request should I be doing to get their email as well?
Thanks, Clay