Facebook Graph to show Event Attendees
问题 I am looking to display the attendees for a given facebook event on a PHP page. Ideally it would be that graphical display with people's pictures displaying. I believe this could be done using the facebook graph API, but the following is giving me an error requiring signature: https://api.facebook.com/method/fql.query?query=SELECT uid FROM event_member WHERE eid = ... AND rsvp_status = 'attending' Also, how would I even get the eid? Can it simply be parsed off the end of an event page link?