Link to home
Start Free TrialLog in
Avatar of ChrisTERiS
ChrisTERiS

asked on

Facebook Tab App iframe problem

Hello,

I'm coding a Facebook Tab App. So far it works, even if I hate to work with iframes. The problem is that when (in any section of my application) I'm hitting reload in browser, it loads the application's main page. I think that its normal as the browser loads the parent page. Is there any way to fix it? eg (best solution) to reload the iframe content, or at least a solution to turn of the reload button. I know that its nearly impossible as reloading is possible with right click and keypress combination too.

Thank you
ASKER CERTIFIED SOLUTION
Avatar of Stephan
Stephan
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ChrisTERiS
ChrisTERiS

ASKER

It's a Forum application (https://www.facebook.com/pages/SBulletin/232865860169600?sk=app_499443973417641), so in every page I'm including a global file which has the signed request.

Session/Cookie: Thought of it, but as I've removed them from my original PHP script, I didn't tried to add it again.

Finally I used a "fake" solution. I changed the title of each page (navigation menu) to be link to the same page. Maybe some users will see and use it.

Chris