Removing fans from Facebook APIs via graphics
Manually, I can remove fans from my Facebook page by going to settings> banned users> people who like it and delete and ban forever. Is there an equivalent way to do this through the Graph API, other than they just disallow?
+3
Alex kitchens
source
to share
1 answer
There is no way to do this with the Graph API. Edge deletion is /user/likes
not possible:
- https://developers.facebook.com/docs/graph-api/reference/v2.2/user/likes#delete
+4
Tobi
source
to share