If you do this,
http://www.facebook.com/dialog/oauth/?
scope=email,user_birthday&
client_id=123050457758183&
redirect_uri=http://www.example.com/response&
response_type=token&
display=popup
It works but it redirects to facebook URL, however if I load it in a popup, then facebook does not display the page at all. (instead it displays facebook logo see image below

Why does this happen??? how do you display facebook login in a popup window anyways? (because its not working)