Open ritesh-malav opened 4 years ago
I assume to that you are referring to your production code, where sometimes you do not get all information of a specific user.
It could be that this has nothing to do with your code. People have the ability to uncheck any permissions you ask for.
Example:
Notice the Edit this
button. When one clicks on that, one can uncheck email
for example. Hence you do not get the email of some (privacy aware/savvy) users.
I am using react native Fb-SDK in my project and it works in some of the devices as expected but in some devices I am not getting user email address though the user has set emails address and has not declined any of the permissions.
Here is how I am using sdk:
For some users I am able to fetch their email id but for some users I am just getting id and name. Something is definitely wrong in my code maybe. Can someone help me.