Hello,
I'm trying to access the email information of the user that access my application but it seems like spring social (or something else) is not requesting the correct permissions when authentication.

To make a test, in the setup of my application I requested to have all the permissions (and this includes of course email), here is what you can see pressing "preview login dialog" on the facebook app property page:

PreviewLogin.jpg

While when I login to my application with spring-social the login screen is like that:

EffectiveLogin.png

I.e.: the permission requests are only for name and photo upload.

Does anyone know why this behavior and how may I correctly request access to email and other permissions?