I am new to Twitter and need some advice.
I need to display a tweet feed from multiple users on a webpage.
The first thing I stumbled upon was the Built - in Time Frame . It allows you to display tweets from the list of users, but gotcha is that these lists should be supported on the Twitter side (i.e. I can not specify @qwe and @asd only on my side and get a timeline without adding these users to the list on the side of Twitter).
The fact is that the list of users that should be included in the chronology is dynamic, and managing these lists via the Twitter API is likely to be painful. Not to mention that my website is likely to generate tons of these listings, and I feel that sooner or later I will violate some api quotas.
So my question is: am I stuck with using built-in time series that reference a user list on the Twitter side and manage these lists via, say, a Twitter REST api, or is there an easier way to do what I want?
source share