I need to redirect inside a facebook application and then redirect back to the first page. This is all occuring within that facebook page and i need to tackle the facebook's iframe solution. I see that i will need to use top.location somehow. I cant figure out how.
EDIT: I have a facebook application. There is a link I want the user to go to and then come back on the current page. Since this is inside facebook's iframe, its hard to achieve through simple redirection.
top.locationso I assume you want to "break out" of the iframe when following the link, but you already know the solution for that. Is the problem then getting "back into" the iframe? In that case you just need to redirect to apps.facebook.com/yourapp/yourpage to have Facebook reconstruct the framework. – Floyd Wilburn Oct 11 '11 at 11:49