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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

django - CSRF verification failed. Request aborted. CSRF cookie not set -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -