I am trying to run the basic fb connect example provided here
http://developers.facebook.com/docs/guides/web#login
Everything works fine except page does not gets refreshes after log in.
How can I achieve that?
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.
Looking at the guide there, the reload can be done in the JavaScript when you get the response that it has logged in. As such you can use the reload() in JavaScript: