Twitter API not showing old tweets?

后端 未结 5 2072
悲哀的现实
悲哀的现实 2020-12-09 11:55

I have a problem with twitter API. I tweeted in the past (around 400) but recently I haven\'t tweeted anything. When I try to fetch tweets by me using the twitter api, there

5条回答
  •  渐次进展
    2020-12-09 12:09

    I have the same problem as you, so after see that Twitter Web Search works I've started to implement my own solution, you can see on my GitHub. It is implemented in Java, but it will make a post on my blog to explain how to do in other languages. I've downloaded tweets without any problems, my last test I parse more than 600k within 2014 from some specific users.

提交回复
热议问题