I created a facebook login button from here: http://developers.facebook.com/docs/reference/plugins/login/
and I have the following login button:
<div class="fb-login-button" scope="email" data-show-faces="true" data-max-rows="3">Login with Facebook</div>
So, when the user accept the permissions, how can I get the user information (in this case the email)? (Using javazcript in client-side)