开发者

How to track public URLs on Facebook and Twitter?

开发者 https://www.devze.com 2023-04-11 04:58 出处:网络
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 u开发者_如何学编程sers to access the number of public share

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 u开发者_如何学编程sers to access the number of public shares, likes or retweets from a given public publication/tweet, without forcing users to authenticate?


On Facebook you can do it by usin Graph API:

https://graph.facebook.com/?ids=http://www.imdb.com/title/tt0117500/

To retrieve comments, you should use comments connection:

https://graph.facebook.com/comments?ids=http://www.imdb.com/title/tt0117500/

And so on.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号