is there a way in facebook app to detect when user do unlike and unpublish?

458 Views Asked by At

im developing a app that gives points if user do like and publish / recommend on my app, is there a way to do anti cheat mechnisem so if user like & unlike right after it will not count it?

1

There are 1 best solutions below

0
On BEST ANSWER

To answer your question, you want to look at FB.Event.subscribe, specifically the edge.remove global event. You might not have to worry about the cheating at all, however, if you were to build an app that people would genuinely want to use as opposed to having to dangle the points carrot in front of them.