0

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

Rohit
  • 23
  • 2
  • 10

1 Answers1

1

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.

Community
  • 1
  • 1
arao6
  • 3,316
  • 5
  • 30
  • 51