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.
昨天我的代码工作正常,但今天我无法再从授权我的应用程序的用户那里获取提要。
在应用程序或浏览器中调用https://graph.facebook.com/userID/feed?access_token=XXX时,我只在提要中获得一项 - 最近的墙帖。跟随previous和next链接产生空data数组。
https://graph.facebook.com/userID/feed?access_token=XXX
previous
next
data
用户有大约 160 个墙贴,我昨天可以使用相同的代码获取它们。我认为更令人担忧的是我什至无法在浏览器中获取这些帖子。
访问令牌有效。申请授权。
有人对此有任何想法吗?
像这样使用它:https ://graph.facebook.com/userID/feed?access_token=XXX&limit=500