Is it possible to use Streaming API to have multiple (and different) results from hashtag searches?
My website has several pages, each one dealing with a specific argument.
I’d like to integrate a list of more recent tweets, filtered by a hashtag (the same of the argument), in each of these pages.
Can I use Streaming API, or do I have to use REST API making a different query for every page?
Thank you!