I am trying to get events data on a Facebook page by using Page Events API but I couldn't get anything
It just returned an empty data object
{
"data": []
}
I understood that Facebook is changing their platform at the moment and going forward we need app review to access this API, but what confused me is that it also doesn't work in Graph API Explorer with the necessary permission(manage_pages) as well so that means even though I passed the app review and get all the permission I need, it still doesn't work?
Here is the link for Graph API Explorer
This makes me think that Facebook just shut down this API and don't know when it is gonna come back? Does anyone know what is going on here and will it work again in future?
Many thanks
This question is potentially duplicated with below