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.

The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a or .

learn more… | top users | synonyms

1
vote
2answers
113 views

How can I get a user authenticated in my page tab

In my search for answers I only found clues as to what the problem was, no working solution found, or people with similar issues. When I surf to my app outside of facebook, I can authenticate without ...
0
votes
1answer
419 views

Facebook X-Frame-Options & IIS 6

I need to open an URL, from an anchor situated on a page created for Facebook at the top-most level. Doing some research, I found that the new X-Frame-Options restrictions are blocking this action and ...
0
votes
1answer
210 views

Trying to send a form to another domain inside Facebook iframe

Trying to send a form to another domain inside Facebook iframe on a Facebook app. I have a form similar to this: <form id="email_capture" action="{GOES TO ANOTHER DOMAIN}" method="POST"> ...
2
votes
0answers
332 views

Facebook comments results in javascript error in Safari for iPhone and iOS

I have a problem with Facebook comments, which doesn't work on Safari for the iPhone. The Facebook comments works nicely in most browsers, but I get a Javascript error in Safari on the iPhone. I have ...
0
votes
1answer
1k views

Facebook Canvas app on Google App engine - Refused to display document because display forbidden by X-Frame-Options in Google Chrome

I am trying to build an app with backend on Google App engine. It works fine on Firefox 3.6, Firefox 6, IE 9. But on Google Chrome 17.0.963.83m, it's failing with "Refused to display document because ...
19
votes
3answers
21k views

Refused to display document because display forbidden by X-Frame-Options

I'm building a Facebook app and I have noticed that when attempting to get the login status of the user using their Javascript API, I sometimes get the error: "Refused to display document because ...
0
votes
1answer
739 views

X-Frame-Options: Post on Twitter from Facebook application

I want to be able to post on users Twitter feed from a Facebook app i'm developing at the moment but seem to be having trouble. When I call my the tmhOAuth PHP script to authenticate ask for ...