Return E-mail from friends Facebook friend_list

3

Using Facebook's graph-API I can get various data from the user that is logged into my system ( the complete list can be seen in the Facebook doc). However, I would like to know if there is a way to get my friends' data, to be more specific, the email.

I know I can use taggable_friends to tag friends who do not use my app , and invitable_friends to invite friends (if you use canvas). But in any of these ways can I recover my friend's email?

Large companies, such as Yahoo are able to perform this email import . Is it possible to do this through the facebook API?

    
asked by anonymous 02.12.2015 / 00:03

1 answer

0

Unfortunately Facebook has restricted some features in order to mater the users privacy. That way, you can not get the email as you want.

Large companies have an "agreement of lords" to obtain this data, which is normal in any large API in the market.

    
28.02.2016 / 06:25