如何从网站后端访问 Facebook 页面的活动?
我正在为我的乐队建立一个网站,我想在上面显示即将举行的活动。 当我使用应用程序的令牌从 NodeJS 向 Facebook Graph API (/{page-id}/events
) 发送请求时,我收到一条响应,指出
(#10) 此端点需要“pages_read_user_content”权限或“页面公共内容访问”功能。有关详细信息,请参阅 https://developers.facebook.com/docs/apps/review/login-permissions#manage-pages 和 https://developers.facebook.com/docs/apps/review/feature#reference-PAGES_ACCESS。
有没有办法在不进行业务验证和应用程序审核的情况下获取此信息?
对我来说,我需要那么高级别的权限是没有意义的,因为信息页面是公开的,甚至无需登录 Facebook 就可以通过浏览器检索事件。
I am building a website for my band and I would like to display upcoming events on it.
When I send a request from NodeJS to the Facebook Graph API (/{page-id}/events
) with the app's token, I get a response back saying
(#10) This endpoint requires the 'pages_read_user_content' permission or the 'Page Public Content Access' feature. Refer to https://developers.facebook.com/docs/apps/review/login-permissions#manage-pages and https://developers.facebook.com/docs/apps/review/feature#reference-PAGES_ACCESS for details.
Is there a way to get this information without getting a business verification and app review?
It doesn't make sense to me that I would need that high level of permission as the information page is public and events can be retrieved by browser without even being logged in to Facebook.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论