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 want to update Facebook's parent URL when a user navigates to a different page in my canvas application.

Bearing in mind you can't change something on a different URL since you get the "URLs and ports must match" error.

Is there a function in the PHP or JS SDK to update Facebook URL to match the apps?

For example, my app is here:

https://apps.facebook.com/fandango-auctions/

If you click on an item the URL stays the same, but I want it to look like:

https://apps.facebook.com/fandango-auctions/view_item.php?item=2312

Is this possible?

Thanks

share|improve this question
JavaScript: top.location.href = 'new url'; – CBroe Aug 28 '12 at 12:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.