Get a list of friends of a friend on Facebook

前端 未结 6 1497
耶瑟儿~
耶瑟儿~ 2020-11-27 16:31

I\'ve recently started looking into the Facebook API and am trying to work out how to retrieve the list of friends of another user (in this case the user is someone I\'m fri

6条回答
  •  眼角桃花
    2020-11-27 17:19

    I figured this out.

    1) The best you can do is find mutual friends
    2) Try using the v1.0 of the Facebook Graph API. v2.0 doesn't have /mutualfriends.
    3) Since I was only interested in my own social network, I grabbed the access token from the graph explorer and wrote a python script to download my whole social network. The code is on github

提交回复
热议问题