Facebook 移动 HTML5 应用程序和推荐身份验证

发布于 2025-01-03 19:54:01 字数 2242 浏览 0 评论 0原文

我正在尝试配置我的 HTML5 Facebook Web 应用程序,但没有成功。

设置。

桌面画布集成的工作原理

  • (我使用signed_request参数获取POST,并且可以交换该参数来访问令牌)
  • Facebook连接。一切如常。

不起作用,

  1. iPhone 3G 上的 FB iOS 应用程序 4.1 将用户发送至 http ://my.example.net/?ref=bookmark&refid=8&pos=1。我从引用身份验证文档中了解到,我将获得可以交换以访问令牌的 URL 参数“代码”。请参阅https://developers.facebook.com/docs/guides/mobile/ iPad v1 上的web/#login
  2. FB iPad 应用将用户发送至 http://fb.example.net/?ref=bookmark&refid=8&pos=1。这里也没有“code”参数。
  3. iPhone Safari 上的 m.facebook.com 的工作方式与案例 (1) 类似。我偶尔看到它重定向 my.example.net ?
  4. m.facebook.com 在 iPad Safari 上的工作方式类似于案例 (2)

在所有情况下都不会显示身份验证对话框。此错误可能与以下内容相关:https://developers.facebook.com/bugs/364761150204975

我预计会发生。

在所有情况下,1-4 个移动用户都会通过 URL 中定义的“code”参数重定向到 my.example.net。新用户将在重定向之前看到身份验证对话框,如下所述:https://developers.facebook。 com/docs/opengraph/authentication/https://developers.facebook.com/docs/guides/mobile/web/#login

设置是否有问题,或者我在这里不明白什么?

基本设置 基本设置

身份验证对话框设置 身份验证对话框设置

高级设置 1/2 高级设置 1/2

高级设置 2/2 高级设置 2/2

I'm trying to configure my HTML5 Facebook Web application with no success.

Setup.

What works

  • Desktop Canvas integration (I get POST with signed_request parameter and can exchange that to access token)
  • Facebook connect. Business as usual.

What does not work

  1. FB iOS app 4.1 on iPhone 3Gs sends user to http://my.example.net/?ref=bookmark&refid=8&pos=1. I understood from Referral Auth documentation that I would get URL parameter 'code' that I can exchange to access token. See https://developers.facebook.com/docs/guides/mobile/web/#login
  2. FB iPad app on iPad v1 sends user to http://fb.example.net/?ref=bookmark&refid=8&pos=1. Also no 'code' parameter here.
  3. m.facebook.com on iPhone Safari works like Case (1). I've seen it to redirect my.example.net occasionally??
  4. m.facebook.com on iPad Safari works like Case (2)

In all cases authentication dialog is not shown. This bug might be related: https://developers.facebook.com/bugs/364761150204975

What I expect to happen.

In all cases 1-4 mobile users are redirected to my.example.net with 'code' parameter defined in URL. New user will see the authentication dialog before redirection as described here: https://developers.facebook.com/docs/opengraph/authentication/ and https://developers.facebook.com/docs/guides/mobile/web/#login

Is there something wrong with by setup, or something that I don't understand here?

Basic Settings
Basic Settings

Auth Dialog Settings
Auth Dialog Settings

Advanced Settings 1/2
Advanced Settings 1/2

Advanced Settings 2/2
Advanced Settings 2/2

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文