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
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.