Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

Ok, so our facebook tab page was working, but now it goes to a blank page. After some investigating I found this in the facebook header, "X-Frame-Options" content="deny" meta tag.

I haven't found any clear way around this. Any ideas? Again, the app page was initially working.

share|improve this question

2 Answers

Ok, so our facebook tab page was working, but now it goes to a blank page. After some investigating I found this in the facebook header, "X-Frame-Options" content="deny" meta tag.

If your browser refuses to display your page inside of an iframe, then it is your server sending this header, not Facebook.

I haven't found any clear way around this. Any ideas? Again, the app page was initially working.

Talk to your server admin; it looks like he might have changed something concerning the default headers the server puts into the response.

share|improve this answer

This happens to me on my page. If you click on it, there is probably no problems. If I am logged into my account, I get a blank screen. I have found that cut/paste the URL after I log off helps me to open the page's contents. Then I log in to update settings. Once I change the page and try to go back, it goes blank again.

Hope this help you. It helped me to make changes to settings.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.