I am using Facebook Javascript SDK to get oauth token and retrieve all the data from FB:
function login() { FB.api(\'/me\', function (response) {
It is impossible, user have to grant your application to access his email information, or in other case, it can be accessible if user allowed his email to viewed by everybody in his privacy settings.