How to retrieve user's friends going to a Facebook event using api v2.0? -


given can download friends list of people using app in v2.0, , not attendees of event use app, mean can't show users friends going?

i found absence of api call gives user's full friend list little weird myself. still feel may missing something.

meanwhile workaround think of:

you can use /{event-id}/attending find people attending event , use /{user-a-id}/friends/{user-b-id} check if friends particular user, can create list of friends of user attending event.

this might quite slow though.


Comments

Popular posts from this blog

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

clojure - 'get' replacement that throws exception on not found? -