查询个人资料兴趣的隐私设置
我正在编写一个应用程序来帮助用户了解他们的 Facebook 隐私设置。我知道如何访问特定视频、笔记、链接、照片或相册的隐私设置。但是,我想确定用户的扩展个人资料信息的隐私设置,例如最喜欢的书籍、电影等。
是否有一个表来访问此类隐私信息?
有关的: 如果没有 user_likes 权限,我只能访问最喜爱的电影(如果其观众选择器设置为公开)。通过 user_likes,无论设置如何,我都可以访问最喜欢的电影。但是,我还想确定观众选择器最喜欢的动作的状态,而不仅仅是访问他们最喜欢的电影。
谢谢!
I'm writing an app to help users understand their Facebook privacy settings. I know how to access the privacy settings for a specific video, note, link, photo, or photo album. However, I want to determine the user's privacy settings for their extended profile information, such as favorite books, movies etc.
Is there a table to access this kind of privacy information?
Related:
Without the user_likes permission, I can only access favorite movies if their audience selector is set to public. With user_likes, I can access favorite movies no matter what the setting. However, I also want to determine the state of the audience selector for favorite moves, not just access their favorite movies.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会,Facebook 不会通过公共 API 公开用户隐私设置。如果您的公司根本离不开它,那么您应该让您的业务开发团队联系 Facebook,看看是否可以达成协议。通过 Facebook 来实现这一目标可能会花费大量的时间和金钱。
No, Facebook does not expose user privacy settings via the public API. If your company simply cannot live without it, then you should have your business development team contact facebook to see if an agreement can be reached. It'll probably cost lots of time and money to pursue it with Facebook.