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:
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
top.location.href = 'new url';– CBroe Aug 28 '12 at 12:28