我可以通过 Facebook API 访问有年龄限制的主页的动态墙吗?
我目前正在为一个酒类品牌开发一个网站,他们希望在自己的网站上显示 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您最好在 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.