I implemented your code into my AngularJS app and it enables me to login with Facebook on Chrome, but not IE9 (I have not tested on other versions of IE). Nothing happens when I run $facebook.getLoginStatus(). When I run $facebook.login(), I get Facebook's dialog popup. After I enter my login info and click "Log In", the popup goes blank and nothing happens after that (though, if I open Facebook.com in another tab, it has logged me in there).
I implemented your code into my AngularJS app and it enables me to login with Facebook on Chrome, but not IE9 (I have not tested on other versions of IE). Nothing happens when I run $facebook.getLoginStatus(). When I run $facebook.login(), I get Facebook's dialog popup. After I enter my login info and click "Log In", the popup goes blank and nothing happens after that (though, if I open Facebook.com in another tab, it has logged me in there).