Rohit
Rohit

Reputation: 23

Can/How we get email ids of a Facebook user in asp.net mvc

I am developing a website where I am pulling user information from Facebook. If user logs in to my website using Facebook authentication. I can pull his friend list from Facebook with user-id of each friend. Is it possible to retrieve email id of them as I have user id? Thanks

Upvotes: 0

Views: 160

Answers (1)

arao6
arao6

Reputation: 3376

No, you cannot retrieve the email addresses of the users' friends. According to this answer:

The only way to get the users e-mail address is to request extended permissions on the email field. The user must allow you to see this and you cannot get the e-mail addresses of the user's friends.

Upvotes: 1

Related Questions