timt
May 4th, 2011, 08:52 AM
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
<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>
I'm not able to get the email permission.
When using the following code it works but then spring doesn't detect that I'm logged in :(
<facebook:init/>
<fb:login-button perms="email,user_birthday"/>
Any ideas ?
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
<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>
I'm not able to get the email permission.
When using the following code it works but then spring doesn't detect that I'm logged in :(
<facebook:init/>
<fb:login-button perms="email,user_birthday"/>
Any ideas ?