[Facebook-iOS-SDK 4.0]How to get user email address from FBSDKProfile
To fetch email you need to utilize the graph API, specifically providing the parameters field populated with the fields you want. Take a look at Facebook’s Graph API explore tool, which can help to figure out the queries. https://developers.facebook.com/tools/explorer The code that worked for me to fetch email is the following, which assumes you are … Read more