开发者

how to block a user in facebook via api(coding)

开发者 https://www.devze.com 2023-04-06 19:14 出处:网络
I am developing a windows app开发者_Python百科 using c#.net. I want to block a user in facebook using api.

I am developing a windows app开发者_Python百科 using c#.net. I want to block a user in facebook using api. Any one suggest me is there any methods to block a user in facebook via api


There is a function to ban users from your app in the Facebook REST api here:

https://developers.facebook.com/docs/reference/rest/admin.banUsers/

The REST API is deprecated but you can call many of the same functions through the Open Graph API.

0

精彩评论

暂无评论...
验证码 换一张
取 消