while using facebook graph api in authenticating a user, after successful login, i want to get the user email.
For this, i raised a request for user data: https://graph.facebook.com/me?access_token=xxxxxxxxxx
But for my surprise, i could not get user's email in json output... how can i get the email ? Do we need to specify any permissions ?