How to get email id from facebook using Grails social plugin
问题 I am using spring-security-oauth-facebook:0.1 grails plugin in my application.Now i want to access person's email id but i am not able each time facebook server respond 1829812989120 for socialId ,Username, profileId and there is no option of email in returning Map object.Why it is happening. oauth { debug = true providers { facebook { api = org.scribe.builder.api.FacebookApi key = 'my-app-key' secret = 'secret-key' successUri = '/oauth/facebook/success' failureUri = '/oauth/facebook/failure'