I have some issues with a very small group of users occasionally trying to cheat our gamification system by coordinated liking of each other’s posts.
I’ve developed automations to track and monitor this type of cheating, but my enforcement has been limited to just addressing it with the users. Until there is a way to remove points from users, it’s impossible for me to undo the points earned via cheating.
Or so I thought…
I remembered that when an answer is removed or a like a undone by a user, the corresponding points are also removed with them.
And there are API operations for liking/unliking posts.
And my tracking / monitoring system is set up in a way where I could automate unliking the post for them…
If I remove the like via the API, does it remove the points?