Facebook open graph, filtering friends list array

前端 未结 2 687
暗喜
暗喜 2021-01-23 15:12

I want my application to filter the friends list I get using the open graph. People who login into my site must see only their friends who also use my app. I\'ve noticed this on

2条回答
  •  时光取名叫无心
    2021-01-23 15:33

    You can access the lists of a user by access the friendslist connection via graph api

    example: http://developers.facebook.com/tools/explorer/?method=GET&path=me%2Ffriendlists

    /me/friendlists?access_token='.$access_token.'
    

提交回复
热议问题