Any way to unfriend or delete a friend using Facebook's PHP SDK or API?

前端 未结 3 1127
轻奢々
轻奢々 2021-01-19 11:49

I want to be able to authenticate the user, list out all their friends and give them the ability to unfriend / remove some of those friends with without going through the pr

3条回答
  •  误落风尘
    2021-01-19 12:33

    There is no API available to add or remove friends programmatically.

    What is available is a dialog box your app can use to help users send friend requests, but this still requires direct user interaction

提交回复
热议问题