Is it possible to detect sharing on Facebook?

0

Is it possible to obtain information that the user of my site shared or not a particular post from my Facebook page?

Is there a callback in the API that is executed when the user of my site clicks the share button, so I can write to the DB that it has already shared?

    
asked by anonymous 07.01.2015 / 21:39

1 answer

1

I recommend using the FB.ui () core method of the SDK Javascript, from Facebook itself.

With it you can use Share Dialog and make that control of the post in function callback.

    
08.01.2015 / 21:09