I followed the instruction on this page (http://developers.facebook.com/docs/authentication/) to add facebook authentication on my web site.
I manage to get it work however, the request for permission window is not the same. the first one is how it’s supposed to look like. the second one is what I have.
here’s the code i use.
“https://graph.facebook.com/oauth/authorize?client_id={0}& redirect_uri={1}{2}&scope=email,user_photos,publish_stream”;


That’s the new dialog – if you want to disable that for some reason there’s an option in the app settings for ‘enabled enhanced auth dialog’ – turn it off