rossinelo
rossinelo

Reputation: 131

Facebook api feed error

From yesterday I cant access Facebook posts from public groups:

I used

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)

but it shows error:

{
   "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"
   }
}

I cannot see any changes on facebook developer.

Upvotes: 4

Views: 1037

Answers (1)

andyrandy
andyrandy

Reputation: 74014

https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes

apps currently accessing Events and Groups APIs will lose access today

Upvotes: 5

Related Questions