Hi,
I'm testing the spring-social-showcase and I would like to retrieve the email of the facebook profile.
Is this currently possible ?
In the signin.jsp you have the following
I'm not able to get the email permission.HTML Code:<form id="fb_signin" action="<c:url value="/signin/facebook"/>" method="POST"> <button type="submit"><img src="<c:url value="/resources/social/facebook/sign-in-with-facebook.png"/>"/></button> </form>
When using the following code it works but then spring doesn't detect that I'm logged in
Any ideas ?HTML Code:<facebook:init/> <fb:login-button perms="email,user_birthday"/>



Reply With Quote
