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?