Facebook Graph API - I suddenly am not getting all events associated with my page - something to do with new pages experience?
5

I am using graph API to pull back a list of events on my Facebook page. I believe the app and permissions are ok as I was getting a proper list back until recently.

/--pageid-/events

Now in the last days I only get a listing of a few events, mostly from 2012 to 2015.

Something like this happened before when I tried to switch my page to "new pages experience". This broke back then also but I switched back and it worked again.

It seemed like sometime later my page had somehow switched to new page experience but my query was still working. However then yesterday my query stopped working again and now I only get very old events.

Does anyone have any weird experiences when retrieving events after moving to new pages experience?

thank you

Louis
已發問 大約 1 年前
已選擇的回答
2

I also have the same problem, in an app I have a call like this:

https://graph.facebook.com/v15.0/me?fields=events.limit(200){name,cover,description,start_time,end_time,place,ticket_uri,updated_time,created_time}&access_token={$access}

Until July I received all the upcoming events, now I receive very few and all very old. Has anything changed in the api call?

9月26日上午2:20
Luigi