I have a facebook app. Problem is that it does not load in IE9 (did not test with other versions of IE). It displays the following message when opening the canvas page:
“This content cannot be displayed in a frame
To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.”
It however works fine in Chrome, FF and Safari.
My canvas page URL and page tab url’s are fine, and as I said, it works in all other browsers.
I know the question is vague, but any help would be appreciated. I cannot post my code here, cause it is A LOT of code and has a lot of external files it links to.
Any suggestions?
Thanks
Are you using PHP for the app?
If yes, put this at the top of the code: header(‘P3P: CP=”NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM”‘); Hope that helps.