X-Frame-Options:从 Facebook 应用程序在 Twitter 上发布

发布于 2025-01-08 17:47:37 字数 290 浏览 0 评论 0原文

我希望能够通过我目前正在开发的 Facebook 应用程序向用户发布 Twitter feed,但似乎遇到了麻烦。当我调用 tmhOAuth PHP 脚本来验证 Twitter 上的权限请求时,出现以下错误:

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

直接从浏览器调用时,TmhOAuth 工作正常。它的标头函数在 Facebook iframe 内失败。

知道发生了什么事吗?

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 permissions on Twitter I get the following error:

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

TmhOAuth works perfectly when its called directly from the browser. Its the header function that fails inside the Facebook iframe.

Any idea whats going on?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甚是思念 2025-01-15 17:47:37

出于网络钓鱼的原因,Twitter 不允许将其 OAuth 授权页面包含在框架内。您需要在 Facebook 画布之外的新窗口中打开 OAuth 流程。

Twitter doesn't allow their OAuth authorization page to be contained within a frame, for phishing reasons. You need to open the OAuth flow in a new window, outside of Facebook's canvas.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文