限制将 Facebook 应用程序添加到 Peoples 页面的能力

发布于 2024-11-02 05:52:11 字数 266 浏览 0 评论 0原文

我已经设置了一个 Facebook 应用程序,我需要阻止公众将其作为选项卡添加到他们的页面。

我能想到的唯一方法是设置一些逻辑来检查通过 FQL 加载的页面 ID 或同样针对已批准页面 ID 的子集。如果该页面的 ID 不在我们的批准列表中,我们会在添加到其页面的选项卡中显示“访问被拒绝”页面。虽然我相信这会起作用 - 每当有人批准需要将页面 ID 添加到他们的页面时,这将需要我们手动将页面 ID 添加到此列表中,这并不理想。

任何帮助或更好的想法将不胜感激!

干杯

I have set up a Facebook application that I need to prevent the general public from Adding to their pages as a tab.

The only way I can think of doing this is to set in place some logic that checks the page ID it's being loaded in to via FQL or likewise against a subset of Approved page IDs. If the ID of the page is not in our approved list, we display a "Access denied" page within the tab that is added to their page. While I believe this will work - it would require us to manually add a page ID to this list every time someone approved needs to add it to their page which isn't ideal.

Any help or better ideas would be much appreciated!

Cheers

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

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

发布评论

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

评论(1

扎心 2024-11-09 05:52:11

编辑:重读你的帖子,意识到我误解了你的意思。

我认为解决您所追求的问题的最佳方法是像您所描述的那样建立白名单,尽管您可以采取一些步骤来减少意外找到该应用程序的人数,例如在应用程序设置中禁用社交发现和将所有活动限制在该选项卡内。除此之外,您无法真正对其进行沙箱处理,因为您希望公众能够从您批准的页面使用该应用程序,因此白名单是最好的方法。


11 月份已弃用向用户个人资料添加标签的功能:

正如我们在 8 月和 10 月宣布的那样,我们今天从用户个人资料中删除了应用程序选项卡。用户通过选项卡上的内联消息通知了这一更改。请注意,这不会影响 Pages 中的应用程序选项卡,这些选项卡是完全受支持的。

因此,您不必担心任何用户向其个人资料添加选项卡,因为此功能已不再存在。

Edit: reread your post, realized I misunderstood what you meant.

I think the best way to go about what you're after is a whitelist like you describe, although there are some steps you can take to reduce the number of people who find the application by accident, like disabling social discovery in the application settings and keeping all activity confined to that tab. Apart from that, you can't really sandbox it since you want the general public to be able to consume the app from your approved pages, so the whitelist is the best way to go.


The ability to add tabs to user profiles was deprecated in November:

As we announced in August and again in October, we removed applications tabs from user profiles today. Users were notified of this change with inline messaging on tabs. Please note that this did not impact application tabs in Pages, which are fully supported.

Thus, you shouldn't have to worry about any users adding tabs to their profiles, as this functionality no longer exists.

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