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?