Is there a way to get the twitter share count for a specific URL?

前端 未结 12 842
故里飘歌
故里飘歌 2020-12-22 20:04

I looked through the API documentation but couldn\'t find it. It would be nice to grab that number to see how popular a url is. Engadget uses the twitter share button on a

12条回答
  •  春和景丽
    2020-12-22 20:58

    This is not possible anymore as from today, you can read more here:

    https://twitter.com/twitterdev/status/667836799897591808

    And no plans to implement it back, unfortunately.

    Up vote so users do not lose time trying out.

    Update: It is however possible via http://opensharecount.com, they provide a drop-in replacement for the old private JSON URL based on searches made via the API (so you don't need to do all that work).

    It's based on the REST API Search endpoints. Its still new system, so we should see how it goes. In the future we can expect more of similar systems, because there is huge demand.

提交回复
热议问题