是否可以在未经授权的情况下获取用户ID?

发布于 2024-12-25 09:35:35 字数 119 浏览 0 评论 0原文

是否可以在未经授权的情况下获取用户ID?

它曾经可以与 getUser 一起使用,但现在不行了。这些是 Facebook 的新变化吗?还是有其他可能获取用户 ID 或欢迎用户的名称?

Is it possible to get the user ID without authorization?

It used to work with getUser but it doesn't now. Are these new changes from Facebook or is there any other possibility to get user ID or the name to welcome the user?

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

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

发布评论

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

评论(2

情话已封尘 2025-01-01 09:35:35

不可以,您必须先获得用户的许可,然后才能获取他们的用户 ID。

No, users must give permission before you can get their user id.

情话已封尘 2025-01-01 09:35:35

请参阅http://developers.facebook.com/docs/reference/api/permissions/< /a>

基本信息

当用户允许您在身份验证中访问他们的基本信息时
对话框,您可以访问他们的用户 ID、姓名、个人资料图片、
性别、年龄范围、区域设置、网络、用户 ID、朋友列表以及任何
他们公开的其他信息。

获取有关用户或其用户的任何其他信息
朋友,您需要向用户请求特定权限。

See http://developers.facebook.com/docs/reference/api/permissions/

Basic Information

When a user allows you to access their basic information in an auth
dialog, you have access to their user id, name, profile picture,
gender, age range, locale, networks, user ID, list of friends, and any
other information they have made public.

To get access to any additional information about the user or their
friends you need to ask for specific permissions from the user.

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