react-native-fbsdk-example icon indicating copy to clipboard operation
react-native-fbsdk-example copied to clipboard

Can't receive email address

Open xyzzyxyzzy0077 opened this issue 7 years ago • 2 comments

Is it a bug from Facebook?

I'm pretty sure my email address is public

xyzzyxyzzy0077 avatar Oct 30 '17 05:10 xyzzyxyzzy0077

Its been long time working with RN. Will try to find out what is causing the error.

lakshmantgld avatar Oct 30 '17 05:10 lakshmantgld

Ha, I found the solution minutes after :P

Basically, the tricks are:

  1. adding readPermissions={["email", "user_friends", "public_profile"]} in <LoginButton>
  2. removing the default publishPermissions={["publish_actions"]}

As per #Get user's email from Graph API

xyzzyxyzzy0077 avatar Oct 30 '17 05:10 xyzzyxyzzy0077