General question: is FB JS API should work on IE7 perfect? Every call should return as in every other browser?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Calling
FB.getLoginStatusisn’t supposed to return anything. You need to pass a callback function:The reason is that the Facebook JS SDK doesn’t immediately know the status of the current user, because it doesn’t have access to facebook cookies if it’s running in your webpage.
The sdk should work on IE7.