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.

http://apps.facebook.com/marksys I could not see my app on the following url, but i am able to access on my web url. http://peeplilive.in/demo

Please help.

share|improve this question

closed as too localized by Brad Larson Jul 14 '12 at 19:32

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

You are trying to load a facebook URL in an iframe within a facebook page. That isnt permitted. It is a preventive measure against click-jacking. Error logged is

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

You should display a page, which has a button, asking the user to connect via facebook. Once he clicks the button, you can open an oauth dialog. I have answered a similar question here.

share|improve this answer
One day I tried the same for doing a kind of keylogger from another window to steal facebook passwords in js and got the same error: Refused to display document because display forbidden by X-Frame-Options. Btw, nice answer +1 :-) – Oscar Jara Jul 14 '12 at 16:30
still i am not clear...i have made some changes....pls check and do need for me....apps.facebook.com/mark_system. Still i get the same error....my app is available from my web url...peeplilive.in/demo.Please help me. – user1496893 Jul 14 '12 at 18:09
https://peeplilive.in/demo/ is what you are requesting and that seems down when I access it directly as well. Also, http://peeplilive.in/demo/ displays a blank page. – DarkCthulhu Jul 14 '12 at 18:13
I am sorry...pls check it now sir.... – user1496893 Jul 14 '12 at 18:22
when you access the https:// version of your site. The connection is refused. The same error is seen on the facebook page. Use the http://peeplilive.in/demo page, and not the https:// as you have currently used, in your facebook application. – DarkCthulhu Jul 14 '12 at 18:25
show 8 more comments

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