问题
I am relatively new to the twitter API so the question might seem foolish but please help me out.
I am trying to get tweets from user's timeline using their API, which I know is possible.
Now the issue is I have to get tweets from multiple users (combining upto 30-40 users) timelines into one API request. How can I do this?
Would the streaming API help? I couldn't make heads or tail of it.
回答1:
You can add those users to a list and pull the timeline for the list.
来源:https://stackoverflow.com/questions/5510619/combining-multiple-twitter-user-timelines-into-one-request