Getting list of Facebook friends with latest API

后端 未结 10 1179
南旧
南旧 2020-12-07 18:06

I\'m using the most recent version of the Facebook SDK (which lets to connect to something called the \'graph API\' though I\'m not sure). I\'ve adapted Facebook\'s example

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 18:32

    I think this is what you want:

    $friends = $facebook->api('/me/friends');
    

提交回复
热议问题