I am not able to get email ID of Facebook Friends through Facebook Connection API.
I am not able to get email ID of Facebook Friends through Facebook Connection API.
You cannot fetch the emails of a user's Facebook friends. That is simply not offered through Facebook's Graph API and therefore not available through Spring Social. You can fetch the user's own email address as long as they have authorized your application with "email" scope.
Craig Walls
Spring Social Project Lead