2

With Fb Graph v2 it isn't possible anymore to get a list of friends, {user-id}/friends only will only return any friends who have used (via Facebook Login) the app making the request. A found solution would be {user-id}/taggable_friends, but this will not return an uid, so it is not possible to compare this list with {event-id}/attendings.

So to me it seems that with die new Open/Closed Graph Api it's not possible anymore to provide this feature to users of my app.

Is there any solution?

David Leitner
  • 3,312
  • 1
  • 18
  • 27

1 Answers1

1

After extensive research it turns out that there's no possibiltiy to get attending friends from events with Fb Graph v2. The feature request friends information on FB was removed on purpose in Fb-Graph v2.

Friends request will always only return any friends who have used (via Facebook Login) the app making the request.

Graph API Reference /{user-id}/friends

For furhter information see this so-answer.

Community
  • 1
  • 1
David Leitner
  • 3,312
  • 1
  • 18
  • 27