Using Facebook's JavaScript API I can get my event and the rsvp status of all the attendees.
What I'd like to get is information on who checked into the event, or updated their status to say they were at the event.
Status of person at my event: http://note.io/1maQlip
From what I can tell, I need to loop through the users checkins to see if they were at my event. It doesn't seem like I can query the event for all the users that checked in. Is that true?