I would like show all members of this facebook event, who are in status "maybe". Graph Api with FQL query get me NULL, but official facebook event has (1,898) "maybe" members. Where is mistake?
Official FB event:
https://www.facebook.com/events/175525179214102/
FQL query via Graph API Explorer
SELECT uid FROM event_member WHERE eid = 175525179214102 AND rsvp_status = 'maybe'
Return:
{
"data": [
]
}
Thank you for all answers