Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想访问我的 facebook 朋友的公开帖子以获取一些情绪分析的东西。任何人都可以帮助了解如何使用 GraphAPI 来完成它吗?
你不能再访问朋友的数据了。所有朋友权限都消失了:
所有friends_* 权限已被删除。
来源:https ://developers.facebook.com/docs/apps/changelog
除了删除friends_*权限之外,您无法再获得整个朋友列表,而只能获得那些也在使用您的应用程序的人。
friends_*
因此,不幸的是,您想要实现的目标几乎是不可能的。