简体   繁体   中英

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

I am developing a windows app 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM