Facebook — best way to do FQL “join” with event and event_member?

前端 未结 1 968
我在风中等你
我在风中等你 2021-02-04 07:29

In a Facebook app I need to get a user\'s events for a date range and his rsvp status for each event.

I can get the user\'s events fine, but at the moment I\'m looking

相关标签:
1条回答
  • 2021-02-04 08:07

    There's not a way to do a join however you can use FQL.Multiquery to batch your 4 queries into a single call. The 4 queries would be 1 each for the 4 possible event responses: attending, unsure, declined, and not_replied.

    0 讨论(0)
提交回复
热议问题