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
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I use top.location.href, this should redirect the page within Facebook. Ex: top.location.href = "apps.facebook.com/yourappid" |
|||||||||||
|
|
Do you have access to the html of the page? If so, try something like this:
It will redirect the browser to the fan page. |
|||
|