Reputation: 265
I want to know how to get Facebook friend's email ID. I am showing Facebook friend using FBFriendPickerController
. But it is not giving me friend's email ID. I am running query for this but that is also returning nil value.
Please help me how to get friend's email ID in iOS
Upvotes: 0
Views: 375
Reputation: 42977
You cannot access email id's of facebook friends. From facebook developer site
There is no way for apps to obtain email addresses for a user's friends.
Upvotes: 1