如何从网站后端访问 Facebook 页面的活动?

发布于 2025-01-10 06:46:09 字数 484 浏览 0 评论 0原文

我正在为我的乐队建立一个网站,我想在上面显示即将举行的活动。 当我使用应用程序的令牌从 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文