Using C#(Core Tweet), we are creating a tool to output Twitter search results to Excel.
Twitter APIs should only allow you to retrieve tweets from the past week, but rarely do you get tweets from about 10 days ago.
I can't find such a description when I look into it, but why is that?
[Additional note]
https://dev.twitter.com/rest/reference/get/search/tweets
Twitter api should only be able to get tweets from the past week.
If you have a source, please let me know.
Up to 800 Tweets are obtainable on the home timeline.
There are 800 home timelines.
This method can only return up to 3,200 of a user's most recent Tweets.
There are 3200 tweets from a particular user.
© 2024 OneMinuteCode. All rights reserved.