Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Graph API does not return Page Events

Tags:

This looks a kind of duplicate question but actually NOT.

So the problem is https://www.facebook.com/julytalk/ has events, for sure. But when I tried on Facebook Group API toolkit, it returns empty array.

https://developers.facebook.com/tools/explorer/145634995501895?method=GET&path=204859706228731%2Fevents&version=v2.12

Why is this happening? I could not find any Facebook API endpoint modification notice, at all. It was working okay before.

Please help me.

like image 904
Codemole Avatar asked Apr 12 '18 08:04

Codemole


People also ask

How do I get Facebook Page Insights on graph API?

You can access Page Insights by typing /insights after the name of your page in the URL field. This command will retrieve all of the Insights associated with your Page. Type "/insights" after your company name. Click the Submit button.

Is Facebook graph API deprecated?

API Version Deprecations: As part of Facebook's Graph API and Marketing API, please note the upcoming deprecations: August 3, 2021: Graph API v3. 3 will be deprecated and removed from the platform. August 25, 2021 Marketing API v9.

Is Facebook graph API restful?

Because the Facebook Graph API is a restful JSON API, you can run queries directly in any standard browser; you'd simply be making HTTP calls.


1 Answers

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

Access to the Events API is not possible at the moment:

...apps currently accessing Events and Groups APIs will lose access today

Update: After Facebook did a lot of changes, it seems to be possible to get events again. You can get events from Pages you manage easily in dev mode. If you want to get public events, you may want to read the answer in this thread: Facebook pages API: "Page Public Content Access" review screencast

like image 94
andyrandy Avatar answered Oct 05 '22 02:10

andyrandy