How to remove someone who is connected to my facebook page using graph api

410 Views Asked by At

I am developing a Facebook application and I want to remove someone who is connected to my Facebook page using graph API. At the same I want to remove his like from my Facebook page. So initially if my page like is 100 and after removing the user it should be 99. How can I do this using graph API? Can I achieve this by blocking the user?

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

There is no API to remove a like of a Facebook Page, neither from the user's side nor the page's side