基本信息,例如名字等 - 被标记为不需要访问令牌,但 PHP SDK 仍然无法获取它

发布于 2024-12-31 21:16:31 字数 147 浏览 0 评论 0原文

这个问题听起来可能很奇怪,但我是第一次这样做,找不到答案。那么,为什么如果某些字段被标记为需要无访问令牌,当我仍然得到“必须使用活动访问令牌来查询有关当前用户的信息。”异常通过我的应用程序中的 PHP SDK 询问它们?

This question may sound weird, but it's first time I do it and cannot find the answer to this. So why if some fields are marked as requiring no access token, I still get "An active access token must be used to query information about the current user." exception when I ask for them through PHP SDK from my App?

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

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

发布评论

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

评论(1

温柔少女心 2025-01-07 21:16:31

如果当前用户尚未批准您的应用,您就无法知道他们是谁。因此,如果没有 access_token,您可以调用 graph.facebook.com/4 并获取扎克伯格的信息,但您无法调用 graph.facebook.com/me,因为这就是获得用户许可的全部意义。

You can't know who the current user is if they haven't approved your app. So without an access_token you can call for example graph.facebook.com/4 and get Zuckerberg's info, but you can't get call graph.facebook.com/me, because that's the whole point of getting permissions from users.

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