Hi, 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?
Hi, 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?
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:
window.location.reload()