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
There is no API to remove a like of a Facebook Page, neither from the user's side nor the page's side