- Make your application request
email permission from your user and get an access token . - Using this access token , request the Graph API or use FQL to get the user's email address.
Note. When authorizing your permission request, the user can provide you with a proxy email address. In this case, the email address you have access to will look something like {random_string}@facebook.com .
Refer to Authentication Documentation and Permission Documentation for more information.
dbau source share