Live data from Hacker News

A new and improved Twitter API

blog.twitter.com

51–60 of 116 posts

Re: A new and improved Twitter API

#51
post #38

Keeping my fingers crossed for removal of OAuth and other complications accessing the API. I hate using libraries for this, all I want is a simple token-based REST API, something like Facebook and many others have had for years.

OAuth is how you get the token. Facebook uses OAuth just like Twitter does.

Re: A new and improved Twitter API

#52
post #34

I'd care more if I could actually appeal my dev account being perma banned for real reason other than I failed to clearly express what I wanted to do with a app > You cannot create additional apps because your developer account was rejected or suspended.

We got the same on one account because their emails went to spam. It's bloody weird to lock people out permanently for not seeing an email.

Re: A new and improved Twitter API

#53
Why should anyone continue to use Twitter if it is unable to guarantee someone won't hijack one or more of its accounts?

Let's face it, those aren't our accounts or our data. They are Twitter's.

All of that is controlled by Twitter, and intended to serve their business interests, or whoever happens to be controlling Twitter at that moment.

It was just a few days ago someone else was controlling Twitter.

Re: A new and improved Twitter API

#54
post #41

Earlier 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 .

Possibly using the HTML API.

Re: A new and improved Twitter API

#55

Nobody wants a new API. The new features don’t make up for all the work needed to rewrite every call. Again. Nobody wants this.

It is probably true nobody who currently codes against Twitter APIs wants new APIs. I've rewritten them before and won't be doing it again. Maybe someone new will come along to replace us. Twitter doesn't care unless it makes them more views.

Doesn't matter anyway because they already got rid of the useful APIs, which broke everything anyone I knew had written. Handwriting has been on the wall.

Sort of like boycotting Facebook, it's only takes the step of stopping to set you free.

Re: A new and improved Twitter API

#56
post #47

Earlier quoted context omitted.

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?

If you delete the first 3600 tweets, the next 3600 should now be the latest posted.

You're technically right, but the Twitter API won't return the next 3600, even after deleting the first ones. The response will be empty, even if you know for sure there's more.

Re: A new and improved Twitter API

#57
post #34

I'd care more if I could actually appeal my dev account being perma banned for real reason other than I failed to clearly express what I wanted to do with a app > You cannot create additional apps because your developer account was rejected or suspended.

We got the same on one account because their emails went to spam. It's bloody weird to lock people out permanently for not seeing an email.

I got banned cause they didn't agree with what I wanted to go and I couldn't email/message/discuss with anyone why my use was not approved and allowed. I couldn't resubmit with changes to the plan and I had a proper business plan and it all went in the bin as I couldn't get API access. Shouldn't of created it all on my personal account I guess but it was an important lesson on not relying on external services

Re: A new and improved Twitter API

#58

This 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…

Speak for yourself. Their current API makes third party clients very difficult because they lack features and I hoped they'll announce something like this. Don't get me wrong, I wouldn't mind them touching on the developers relations they want to build, but no company of their size will admit to wrongdoing in the past. Also words aren't worth anything unless they come in a legally binding contract that can't change o…

I wouldn't be surprised if you get an API that'd be better for third-party clients at the same time as all requests for API access for third-party clients are denied.

Re: A new and improved Twitter API

#60
post #7

> 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
Post reply on HN