从 facebook 图表中获取最后发布的照片

Get last posted photos from facebook graph

我看到 FQL 已被弃用?

我们现在使用图表 API 和 url 。

我想要的是获取我朋友的所有最新照片,不是 来自页面或其他东西。

如果我使用:

me/home/?filter=app_2305272732

我还会从页面中取回图片等等吗?

怎么只能得到朋友的照片

由于你需要使用read_stream权限才能在授权用户的流中获取朋友的帖子,而由于朋友权限已经消失,因此无法实现这一点。您将不会获得 read_stream 批准:https://developers.facebook.com/docs/facebook-login/permissions/v2.2#reference-read_stream

关于好友权限的信息在更新日志中:https://developers.facebook.com/docs/apps/changelog

您只有授权他user_status权限并使用/me/statuses.

才能获取授权用户的最新照片和帖子