coding_idiot
coding_idiot

Reputation: 13714

Facebook graph api me/events returns blank

I'm using the Graph API Explorer and have given permissions for user_posts, user_likes & user_events.

me/posts and me/likes return non-empty data, but me/events returns this:

{
  "data": [
  ]
}

I do have ongoing and upcoming events (interested) and they are visible on my Facebook profile.

Any idea what's going wrong? Or is it a Facebook bug?

Upvotes: 1

Views: 1007

Answers (1)

andyrandy
andyrandy

Reputation: 73984

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

Testing of our more robust process starts today and the new process should resume in a few weeks, but apps currently accessing Events and Groups APIs will lose access today.

This may also be interesting for you: https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#events-4-4

Upvotes: 1

Related Questions