I’ve got a site and setup facebook connect for users to login with facebook, which is working fine. now if I type my app url in browser it opens nothing but blank page with facebook logo etc. I want to show users fan page when they type apps address. like when we type http://apps.facebook.com/uno then it shows us their fan page http://www.facebook.com/uno
Share
I use top.location.href, this should redirect the page within Facebook.
Ex: top.location.href = “apps.facebook.com/yourappid”