Facebook Canvas/Tab 应用程序、fb_sig_profile_id、fb_sig_app_id

发布于 2024-12-06 22:05:17 字数 301 浏览 1 评论 0原文

随着 Facebook 应用程序将于 10 月 1 日发生变化,我无法确认我们的 Canvas/Tab 应用程序是否会按预期工作。

当用户第一次使用应用程序加载选项卡时,我希望 facebook 向我发送参数“fb_sig_profile_id”(我认为应该是页面的 ID)和“fb_sig_app_id”(应用程序的 ID)。

我不需要/不想验证用户身份或访问用户数据/图表等。我只是根据这些参数在我的终端上显示内容。

如果情况不再如此,并且 Facebook 不再向我发送这些参数,有人可以告诉我如何获取这些数据。

谢谢

With the changes for Facebook Apps coming on October 1st, I am having trouble confirming that our Canvas/Tab app will/will not work as expected.

When a user first loads the tab with the app, I'm expecting facebook to send me parameters of "fb_sig_profile_id" (which I believe should be the ID of the Page) and "fb_sig_app_id" (the ID of the APP).

I DO NOT need/want to authenticate users or access UserData/Graph etc. I am simply displaying content on my end based on these parameters.

If this is no longer the case and Facebook is not going to be sending me these parameters, can someone point me in the direction of how I can get this data.

Thanks

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

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

发布评论

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

评论(1

人│生佛魔见 2024-12-13 22:05:17

在构建 Apps On Facebook 类型的应用程序时,Facebook 将发送 signed_request 其中将包含您需要的数据:

当用户导航到 Facebook 页面时,他们将看到您的页面
选项卡已添加到下一个可用选项卡位置。从广义上讲,页面选项卡是
加载方式与画布页面完全相同。阅读更多相关内容
在画布教程中。当用户选择您的页面选项卡时,您将
接收带有一个附加参数的 signed_request 参数,
页面
。此参数包含一个带有 id 的 JSON 对象(页面 id)
当前页面),admin(如果用户是该页面的管理员),以及
喜欢(如果用户喜欢该页面)。与画布页面一样,您
将不会收到您的应用程序可访问的所有用户信息
signed_request 直到用户授权您的应用。

参考

When building Apps On Facebook kind of apps, Facebook will send a signed_request which will contain the data you need:

When a user navigates to the Facebook Page, they will see your Page
Tab added in the next available tab position. Broadly, a Page Tab is
loaded in exactly the same way as a Canvas Page. Read more about this
in the Canvas Tutorial. When a user selects your Page Tab, you will
receive the signed_request parameter with one additional parameter,
page
. This parameter contains a JSON object with an id (the page id of
the current page), admin (if the user is a admin of the page), and
liked (if the user has liked the page). As with a Canvas Page, you
will not receive all the user information accessible to your app in
the signed_request until the user authorizes your app.

Reference.

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