Reputation: 439
Is there any generic solution available to check if user have shared the page on social networking sites like facebook, google+ and twitter.
My exact scenario is that I want to see if user have shared my content on social networking site or not.
Upvotes: 1
Views: 3763
Reputation: 73984
According to your comments, you want to reward users for sharing something, which is not allowed. People always have to like or share something ONLY because they want to, not because they get something out of it.
4.5 Only incentivize a person to log into your app, enter a promotion on your app’s Page, or check-in at a place. Don’t incentivize other actions.
Source: https://developers.facebook.com/policy/
That being said, you can check out the callback function of the share dialog: https://developers.facebook.com/docs/sharing/reference/share-dialog
Upvotes: 2