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.

My application is fully working at an url like myapp.com/ , the base directory is automatically loading index.html

When I edit the application to be a canvas app and setting its canvas url to myapp.com/ When accessing the page http://apps.facebook.com/myapp it gives me an error:

POST http://myapp.com/ 404 (Not Found)
Refused to display document because display forbidden by X-Frame-Options.

Anyone have an idea what could be the cause of this?

share|improve this question
i think you have to place your complete code so that we can able to check completely – Danish Iqbal Feb 8 '12 at 9:18

1 Answer

'X-Frame-Options' is your clue. This is a header your webserver is sending out. Be sure you send the correct

See also:

Overcoming "Display forbidden by X-Frame-Options"

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 20:23

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.