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 -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -