为什么浏览时可以获取使用图形 API 无法获取的信息?
当我浏览非我朋友的用户的个人资料(登录和注销时)时,我可以使用个人资料信息,例如兴趣、教育和工作历史。 然而,使用图形 api,使用我的用户提供的具有最大权限的访问令牌,无法获得此信息。
这是为什么?我是否做错了什么,或者 Facebook 的政策是在浏览网站时比使用图形 API 时公开更多信息?
There is profile information, like interests, education and work history, that is available to me when I am browsing profiles of users who are not my friends (while logged in and while logged out).
However this information is not available using the graph api, using an access token given by my user with the maximum permissions possible.
Why is that? Am I doing something wrong or is that the policy of Facebook to expose more information while browsing the site than while using the graph api?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想这就是使用 API 时的工作原理,您可以通过点击任何用户的图表来轻松确认这一点(甚至无需连接到 Facebook):
结果:
现在有了用户
access_token
我得到了几个更多字段:回到你的问题:
是
I guess this is how things works when using the API, you could confirm this easily by hitting the Graph of any user (without even connecting to Facebook):
Result:
Now with a user
access_token
I got a couple more fields:So back to your question:
YES