at.
at.

Reputation: 52500

How to retrieve all email addresses in Facebook through API

Facebook users can add multiple email addresses. I know, with the extended "email" permission, you can retrieve the primary email address through the graph API. How do you retrieve the rest of the email addresses? This is important for my app so that I can find their existing account in my database rather than unnecessarily creating a new account.

Upvotes: 3

Views: 1050

Answers (1)

bkaid
bkaid

Reputation: 52073

The alternative email addresses are not available. They are not listed on the FQL table or the Graph API.

Upvotes: 3

Related Questions