因此,我很难找到该文件的记录位置(如果有的话),但是从FB GraphAPI请求数据时出现以下错误消息。
"Please reduce the amount of data you're asking for, then retry your request"
Run Code Online (Sandbox Code Playgroud)
我打的电话是:
/v2.3/user1/posts?fields=object_id&limit=100
Run Code Online (Sandbox Code Playgroud)
如果我将其更改为:
/v2.3/user2/posts?fields=object_id&limit=100
Run Code Online (Sandbox Code Playgroud)
它返回100个项目。
为什么它只对一个用户有效,而对另一个用户无效?
这两个请求都通过访问令牌(不属于任何一个用户)进行身份验证,无论是从我的代码运行,还是从developers.facebook.com的Facebook Graph API控制台运行它,我都遇到相同的错误