Hi All
i integrated my application with Facebook using spring social. when i execute below line i am getting null
System.out.println(connection.fetchUserProfile().g etEmail());
could any one please help me...
thanks in advance
Hi All
i integrated my application with Facebook using spring social. when i execute below line i am getting null
System.out.println(connection.fetchUserProfile().g etEmail());
could any one please help me...
thanks in advance
Last edited by srikanthkiwi; Apr 27th, 2012 at 02:16 AM.
When you obtained the access token, did you ask for "email" scope? If not, then you aren't going to get an email.
Craig Walls
Spring Social Project Lead