我想展示这个facebook活动的所有成员,他们处于“可能”状态。使用FQL查询的图表Api让我为NULL,但官方facebook事件有(1,898)“可能”成员。错误在哪里?
官方FB活动:
https://www.facebook.com/events/175525179214102/
通过Graph API Explorer进行FQL查询
SELECT uid FROM event_member WHERE eid = 175525179214102 AND rsvp_status = 'maybe'
返回:
{
"data": [
]
}
感谢您的所有答案
答案 0 :(得分:0)
这是rsvp_status = 'unsure'
。
https://developers.facebook.com/docs/reference/fql/event_member/