Loading Iframe Facebook (Load denied by X-Frame-Options)

后端 未结 3 1451
遥遥无期
遥遥无期 2020-12-05 23:40

My team is in charge of some difficulties with an app on Facebook. We believe this occurred some error in loading the iframe. We discovered this error through Firebug:

相关标签:
3条回答
  • 2020-12-06 00:15

    I got the same issue, and it got fixed, when i used target="_top" for the link , and it is now working perfectly.

    Thank you

    0 讨论(0)
  • 2020-12-06 00:18

    This has been reported here : http://developers.facebook.com/bugs/531093333589159?browse=search_51217726097663989102940

    I believe there is not much we can do but wait for a fix. Have the same issue with the "FB Share" plugin.

    0 讨论(0)
  • 2020-12-06 00:31

    Use this line given below instead of header() function.

    echo "<script>window.top.location = 'https://apps.facebook.com/yourappnamespace/';</script>";
    
    0 讨论(0)
提交回复
热议问题