Get a list of friends of a friend on Facebook

前端 未结 6 1500
耶瑟儿~
耶瑟儿~ 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:15

    Facebook are in the process of deprecating the REST API, and have added equivalent support to the Graph API for this method. You can use Graph API - User object and Get /User_id1/friends/User_id2 to check if User_id1 is friends with User_id2 .

提交回复
热议问题