我可以通过 Facebook API 访问有年龄限制的主页的动态墙吗?

发布于 2024-09-04 02:22:39 字数 333 浏览 5 评论 0原文

我目前正在为一个酒类品牌开发一个网站,他们希望在自己的网站上显示 Facebook 墙上的帖子。当然,他们将 Facebook 页面限制为 18 岁以上,但这意味着墙提要不公开,也无法通过

http://graph.facebook.com/(page_id)/feed

是否可以设置单个永久访问密钥来通过 API 检索提要?

外部网站有自己的年龄验证机制,因此我们只会向经过年龄验证的用户显示获取的提要。

谢谢!

I'm currently working on a website for an alcohol brand, and they want to display posts form their Facebook wall on their own website. Naturally they have restricted their Facebook page to 18+, but this means that the wall feed is not publically available, and also not accessible via

http://graph.facebook.com/(page_id)/feed

Is it possible to set up a single, permanent access key to retrieve the feed via the API?

The external website has it's own mechanism for age verification, so we would only be showing the fetched feed to age-verified users.

Thanks!

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

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

发布评论

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

评论(1

怂人 2024-09-11 02:22:39

您最好在 Facebook 上创建一个应用程序,并在网站上使用 FBML 来授权 18 岁以上的用户,然后使用常规的经过身份验证的 Graph API 调用来显示墙。

You'd be better off creating an application on Facebook and use FBML on the site to authorize the 18+ user and then displaying the wall using regular authenicated Graph API calls.

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