Facebook C# SDK, problems getting user email
I'm using Facebook C# SDK and got a sample on how to set up a login and get some user information to register im my website. However, I stuck in email information. It's always null. I've checked some posts related in here, but none solve my problem. All the information I need is coming right, only email and birthday is missing. My code in shtml partial page is like this: <div id="fb-root"></div> <fb:login-button id="fblogin" onlogin="window.open('http://' + location.host + '/Facebook/LogOn', '_self')" perms='email'></fb:login-button> <script> window.fbAsyncInit = function () { FB.init({ appId: