Doesn't seems to be it.
A new and improved Twitter API
61–70 of 116 posts
Re: A new and improved Twitter API
#62Earlier quoted context omitted.
> 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.
Any idea how it's done in the API? I know you can retrieve a tweet's parent , but not its children .
Re: A new and improved Twitter API
#63(they already offer oauth2 for server to server, but as far as I know it's still on oauth1 for user authentication)
Re: A new and improved Twitter API
#64> Eventually, the new API will fully replace the v1.1 standard, premium, and enterprise APIs. Uh oh. Using nitter's [1] RSS feeds is one of my main ways to access news. I have the feeling this is about to end. [1] https://nitter.net/
nitter basically gets data from twitter the same way the the web client does it, using the unofficial (and undocumented) APIs
Re: A new and improved Twitter API
#65I'd love access to the Twitter API for research purposes for my writing, but I'm priced out for that purpose. I can't prove it, but it feels like they only want big businesses researching their markets, and not people like me asking questions about Twitter itself - even though letting people do that would result in negligible additional traffic. This might be controversial and I know people will say that they're a pr…
Re: A new and improved Twitter API
#66"The number of active real users and followers on Twitter has been greatly exaggerated..." - Inactive Twitter Users. Bots and verified users have ruined the platform.
And please put a BOT label on every bot account and tweet they send. This should be a hard requirement.
^ However, this would interfere with bots like the threading or videothis types. So maybe not apply that restriction.
Re: A new and improved Twitter API
#67> Eventually, the new API will fully replace the v1.1 standard, premium, and enterprise APIs. Uh oh. Using nitter's [1] RSS feeds is one of my main ways to access news. I have the feeling this is about to end. [1] https://nitter.net/
nitter basically gets data from twitter the same way the the web client does it, using the unofficial (and undocumented) APIs
I guess they're quite used to breaking changes in twitter's API, then :) (presuming that a private API must change quite often)
Re: A new and improved Twitter API
#68This is what they cite as the key benefits: "A cleaner API that's easier to use, with new developer features like the ability to specify which fields get returned, or retrieve more Tweets from a conversation within the same response Some of the most requested features that were missing from the API, including conversation threading, poll results in Tweets, pinned Tweets on profiles, spam filtering, and a more powerfu…
> 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,…
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, because there is some absolutely horrible code i will be able to delete as a result of it
Re: A new and improved Twitter API
#69I'd love access to the Twitter API for research purposes for my writing, but I'm priced out for that purpose. I can't prove it, but it feels like they only want big businesses researching their markets, and not people like me asking questions about Twitter itself - even though letting people do that would result in negligible additional traffic. This might be controversial and I know people will say that they're a pr…
Re: A new and improved Twitter API
#70One 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
Last time I checked (2 months ago, I think), the API couldn't fetch more than the 3600 latest liked / posted tweets. Has this changed?
I had to use the archive initially to delete most of the old stuff but now I never have more than a few tweets to delete.