When making a Graph API call to /{page-id}/events
using v2.12 the response comes back as 200 but with an empty data response.
Response:
{
"data": [
]
}
Checking all the settings they appear to be correct, but I'm guessing I'm missing something obvious.
I'm an admin, I have a valid access token.
Any ideas?