If I am logged into facebook.com, I expect a call to FB.getLoginStatus will return a status=\'not_authorized\'. Instead it returns status=\'unknown\', even if I pass true fo
I had similar issue, even when the 3rd party cookie is not disabled. What I did to bypass is: if I get 'unknown' response, I will call FB.login and inside that call the FB.loginStatus again. This time, FB returned correct value.