Is there any way to track a certain URL (let’s say http://domain.com/example) on Facebook and Twitter? Do any of the respective APIs enable users to access the number of public shares, likes or retweets from a given public publication/tweet, without forcing users to authenticate?
Is there any way to track a certain URL (let’s say http://domain.com/example ) on
Share
On Facebook you can do it by usin Graph API:
To retrieve comments, you should use comments connection:
And so on.