Earlier quoted context omitted.
Any idea how it's done in the API? I know you can retrieve a tweet's parent , but not its children .
You have to use the search feature to look for tweets and then look at the parent tweet ID. This is what bots like threadreaderapp, etc do. You can construct it from the bottom up if you know the ID of the last tweet in the thread of responses too, but you wouldn't know that a priori unless the user gives it to your software somehow.
A new and improved Twitter API
71–80 of 116 posts
Re: A new and improved Twitter API
#72Earlier quoted context omitted.
Any idea how it's done in the API? I know you can retrieve a tweet's parent , but not its children .
You have to use the search feature to look for tweets and then look at the parent tweet ID. This is what bots like threadreaderapp, etc do. You can construct it from the bottom up if you know the ID of the last tweet in the thread of responses too, but you wouldn't know that a priori unless the user gives it to your software somehow.
Re: A new and improved Twitter API
#73Earlier quoted context omitted.
> conversation threading Actually, this was a major point of API failure when I last tried to use it. Did you know that, with the current API, there's no way to retrieve the replies to a tweet ? This makes it impossible to build tools that, say, allow you to visualize a tweet thread, because you simply can't fetch the thread. So I'll say that, as a casual, social, and informational user of Twitter (i.e. not business,…
> This makes it impossible to build tools that, say, allow you to visualize a tweet thread it is possible -- it unfortunately happens to be part of my job description to do so one of the sibling comments basically has it right. you can build it from the bottom up (where "bottom" is the deepest tweet in the thread you know about, one way or another). let me tell you though, i am _very_ excited for this new API, becaus…
Re: A new and improved Twitter API
#74The final straw for me was when twitter deprecated the years-old auth keys I had used without any issues because I wouldn't register my phone number. If you look at twitter's checkered history, I don't see why anyone would put the effort into a new API without strict guarantees of future usability.
Re: A new and improved Twitter API
#75One amazing use of the twitter API is to be able to mass delete your favs, rts, and tweets. It's the only thing I use it for as the API and platform as a whole is otherwise hostile. https://github.com/MikeMcQuaid/TwitterDelete
Re: A new and improved Twitter API
#76No word on the most important thing: the limits. Current limits that keep becoming stricter and stricter make the API unusable.
It was about that time I just totally abandoned Twitter.
Use Mastodon/Pleroma/Misskey. Fuck lock-ins. ActivyPub forever!
Re: A new and improved Twitter API
#77One amazing use of the twitter API is to be able to mass delete your favs, rts, and tweets. It's the only thing I use it for as the API and platform as a whole is otherwise hostile. https://github.com/MikeMcQuaid/TwitterDelete
https://tom.eastman.nz/2020/06/what-it-took-to-delete-my-lik...
Re: A new and improved Twitter API
#78Earlier quoted context omitted.
You have to use the search feature to look for tweets and then look at the parent tweet ID. This is what bots like threadreaderapp, etc do. You can construct it from the bottom up if you know the ID of the last tweet in the thread of responses too, but you wouldn't know that a priori unless the user gives it to your software somehow.
so the api is literally backwards
Re: A new and improved Twitter API
#79Re: A new and improved Twitter API
#80Earlier quoted context omitted.
> conversation threading Actually, this was a major point of API failure when I last tried to use it. Did you know that, with the current API, there's no way to retrieve the replies to a tweet ? This makes it impossible to build tools that, say, allow you to visualize a tweet thread, because you simply can't fetch the thread. So I'll say that, as a casual, social, and informational user of Twitter (i.e. not business,…
> there's no way to retrieve the replies to a tweet My crusty old version of Tweetbot has been doing that for years...? Maybe not perfectly for tweets with hundreds of replies, but well enough.