Hi, I would like to get the home_timeline tweets for a specific user, such as GET statuses/home_timeline currently does for the authenticated user but for another specified user.
Is there a way I can do this?
Currently TweetDeck does have this feature, and the information I’m willing to obtain is publicly available by manually browsing through the user following list and getting each user’s latest tweets.
Is Twitter API Dev team thinking on adding a request for this, by adding for example a parameter “user_id” to the existing statuses/home_timeline API request?
Thank you.