我想使用 Facebook graph api 获取我的新闻提要(就像 facebook 主页上显示的一样)
但是,facebook api文档说
this is an outdated view, does not reflect the News Feed on facebook.com:
还有其他方法吗?
提前致谢
我想使用 Facebook graph api 获取我的新闻提要(就像 facebook 主页上显示的一样)
但是,facebook api文档说
this is an outdated view, does not reflect the News Feed on facebook.com:
还有其他方法吗?
提前致谢
就在这里
https://graph.facebook.com/[YOUR_ID]/home
请注意,您几乎可以通过最近的顺序获得您在新闻提要中看到的所有内容,而不是按照热门故事顺序,这是您在访问自己的新闻提要时获得的默认视图。
另外需要注意的是,您不会在结果中获得提升的故事。
对于所有想知道这是否仍然有效的人:
graph.facebook.com/[YOUR_ID]/home
为此,您需要 read_stream 权限。但是您不会获得此许可,因为它已被弃用。
不幸的是,根据更改日志(搜索 read_stream) ,端点https://graph.facebook.com/[YOUR_ID]/home和权限已被弃用,并且自 2.4 版以来不再起作用。
目前没有其他方法可以阅读新闻提要。只能获取用户的帖子。
请参阅此内容以供参考:Get Home feed 需要 read_stream 已弃用?