Hey,

I was wondering if there’s any direct equivalent to the 1.1 home timeline in the new v2 APIs? If not, are there any filters we can apply to the V2/Tweet API?

thanks.

I think right now it’s a case of manually doing it, using GET /2/users/:id/following | Docs | Twitter Developer Platform to get all the accounts someone follows, and getting the latest tweets from each of those with GET /2/users/:id/tweets | Docs | Twitter Developer Platform merging those and reconstructing the home timeline.

It’s probably worth waiting for the actual endpoint replacement or using v1.1 directly (there’s nothing stopping you from mixing v1.1 and v2 calls) or alternatively using the v1.1 endpoint to get the results, extracting the ids, and using v2 tweet lookup to get them in v2 format.

2 Likes

There is currently no equivalent to this endpoint in v2.

For a future equivalent i would love to see a higher limit on how far back you can request entries in the users timeline.
If people are very engaged and still take breaks of a day or two tweets and conversations get missing.

1 Like

It seems there is no equivalent endpoint of home_timeline at the end of 2021. Any chance to get it in the near future?

I try to port my twitter based app to v2, but this complete stops my port.

This is on the roadmap, but I don’t want to say “near future” as I do not know for sure when it will be available. It is a known request and it is being worked on.