Hi!
I’m trying to implement a simple script which get tweets from user timeline using Streaming API.
Now, as long as the script is up and running, connection is opened, I get tweets without problems.
Now, imagine that we have a server restart or any other reasons which make the script not running for some period.
What is the best practice to get those missing tweets?
Should I use REST API in combination with Stream API or only REST API?
Thx.