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.com 时,我可以看到我所有朋友按时间顺序发布的帖子列表。
使用 facebook API,如何获取此帖子列表?如果我做 $facebook->api('me/posts') 它只返回我发布的东西。
也许您正在寻找 $facebook->api('me/home')?
你应该使用$facebook->api('me/feed').
$facebook->api('me/feed')