我希望使用Facebook图表api获取我的新闻源(就像Facebook主页上显示的那样)
this is an outdated view, does not reflect the News Feed on facebook.com:
还有其他方法吗?
提前致谢
答案 0 :(得分:4)
是的,有
https://graph.facebook.com/[YOUR_ID]/home
请注意,您将通过最新订单获得几乎所有在新闻Feed中看到的内容,而不是热门新闻订单,这是您访问时获得的默认视图你自己的新闻源。
另外需要注意的是,你不会在结果中获得晋升的故事。
答案 1 :(得分:1)
所有人都想知道这是否仍然有效:
graph.facebook.com/ [YOUR_ID] /家
您需要权限read_stream。但是你不会得到这个权限,因为它已被弃用。
不幸的是,端点https://graph.facebook.com/[YOUR_ID]/home和权限是deprecated and dont work anymore since version 2.4, according to the changelog(搜索read_stream)。
目前无法阅读新闻Feed。只能获得用户的帖子。
请参阅此参考:Get Home feed requires read_stream which is deprecated?