0

I am using Swift and I am trying to get my friends list with a graphrequest but unfortunately only "/me/taggable_friends" has worked, and that does not display all of your friends. It seems like there isn't a way to show all of your friends (which makes absolutely no sense to me, I thought that would be a big one) and if I can get it to show all the friends, I want to be able to access their profile picture.

Basically I am trying to make a collection view that is a list of my friends and their pictures.

Resistant
  • 31
  • 4
  • http://stackoverflow.com/questions/23417356/facebook-graph-api-v2-0-me-friends-returns-empty-or-only-friends-who-also-u – andyrandy Jun 22 '16 at 07:24

1 Answers1

1

You should use /me/friends/. Starting from v2.0 of the API, it only returns friends who are using your app.

Code
  • 6,041
  • 4
  • 35
  • 75