How to get additional email addresses of a user using the Facebook API

I know how to get the email address of a user using the PHP SDK and Facebook Graph API or FQL.

However, I still could not find how to get custom network email addresses or alternate email addresses.

For example, the user belongs to the College network, I want to get it " user@college.edu ". Is it possible?

Thanks in advance.

+4
source share
1 answer

I just checked the Facebook Dev links and cannot find it.

Getting the primary email address from the user is part of the advanced permissions because it is very personal data.

There is no extended permission for non-primary email addresses, which means that this is not possible, otherwise it would be on the extended permission list at http://developers.facebook.com/docs/authentication/permissions .

+1
source

Source: https://habr.com/ru/post/1334050/


All Articles