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.
我做了一个应用程序,获得了合适的权限,然后可以访问朋友列表。
所以我有朋友的所有ID。
另外,我有我的应用程序的user token和app token。
user token
app token
有一个选项可以获取每个朋友的公开帖子吗?
如果它是一个页面,我可以执行以下操作:
https://www.facebook.com/feeds/page.php?id=[page-id]&format=json
任何帮助表示赞赏!
只需使用带有任何有效访问令牌的 graph.facebook.com/[user-id]/posts 即可。
https://developers.facebook.com/docs/reference/api/user/