我想知道是否仍然可以通过AJAX调用在客户端使用Search API,C#也可以,但到目前为止,我发现有很多关于这方面的讨论,但没有代码样本或任何好的说明如何做到这一点,
Some sites like these are doing it,但显然这比以前复杂多了
我在https://dev.twitter.com/rest/public/search上看不到任何练习示例
有什么建议吗?
发布于 2017-05-27 05:48:48
正如你所发现的,Twitter已经关闭了sharecount API --参见https://twittercommunity.com/t/a-new-design-for-tweet-and-follow-buttons/52791/5和https://blog.twitter.com/developer/en_us/a/2015/hard-decisions-for-a-sustainable-platform.html
有一些像https://opensharecount.com/这样的替代方案
这是通过不断搜索Twitter API并计算它看到的所有共享来实现的。
https://stackoverflow.com/questions/44201255
复制相似问题