Facebook api Feed错误

ros*_*elo 4 facebook facebook-graph-api

从昨天开始,我无法访问来自公共组的Facebook帖子:

我用了

https://graph.facebook.com/102789269789238/feed?fields=id,from,message,to,updated_time,created_time,actions&since=1522912751&limit=20&access_token=(here is my access token)
Run Code Online (Sandbox Code Playgroud)

但它显示错误:

{
   "error": {
      "message": "Unsupported get request. Object with ID '102789269789238' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
      "type": "GraphMethodException",
      "code": 100,
      "error_subcode": 33,
      "fbtrace_id": "Dgt4fq250vZ"
   }
}
Run Code Online (Sandbox Code Playgroud)

我在Facebook开发者看不到任何变化.