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.

Is it possible to link directly to inner pages in a Facebook iFrame app?

For example, say my app lives at http://www.example.com/app. Can I have a link like http://apps.facebook.com/my_app/?id=256 which will navigate to somewhere like http://www.example.com/app/id/256 in my app that lives in the Facebook canvas?

I did a quick search around but didn't find anything, so if there's something already out there, please point me to it!

share|improve this question

1 Answer

up vote 2 down vote accepted

If your callback URL is set to http://fb.domain.com/ and your canvas URL to http://apps.facebook.com/domain_app/, navigating to http://apps.facebook.com/domain_app/hello will load http://fb.domain.com/hello. This holds true for querystring parameters as well.

share|improve this answer
Damn, didn't know that, that's awesome! Thank you! – Jim Connors Apr 9 '11 at 1:55
is there a way to make this work in a tabbed application? – Jorre Jun 13 '11 at 15:09

protected by ho1 Feb 13 '12 at 10:52

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.