🦞🌯 Lobster Roll

Thread

Current status: API v1.1 | Twitter Developers (dev.twitter.com)

Stories related to "Current status: API v1.1 | Twitter Developers" across the full archive.

Current status: API v1.1 | Twitter Developers (dev.twitter.com)
Twitter API Changes Set Maximum User Cap for 3rd Parties (thenextweb.com)
GitHub Ships Commit Status API (github.com)
Lambda Labs Releases Face Recognition API βeta (api.lambdal.com)
How Developers Stay Current using Twitter (keg.cs.uvic.ca)
Scraping Russian Twitter Trolls With Python, Neo4j, and GraphQL (lyonwj.com)
Introducing Twitter premium APIs (blog.twitter.com)
API testing for developers (dev.to)
Twitter introduces a new, fully rebuilt developer API, launching next week (techcrunch.com)
Machine Learning APIs for Web Developers (blog.bearer.sh)
First hands on the new Twitter API (dev.to)
Twitter announces new open source Text Editor API for iOS developers (blog.twitter.com)
Link was originally a rewrite of the press release: https://9to5mac.com/2021/01/25/twitter-announces-new-open-source-text-editor-api-for-ios-developers/
Rebuilding Twitter’s Public API (youtube.com)
The API Tooling Crisis: Why developers are abandoning Postman and its clones? (efpasia.github.io)
Twitter Loses ‘Occupy Wall Street’ Case, Forced To Hand Over User Info | TPM Idea Lab (idealab.talkingpointsmemo.com)
Twitter Engineering: Caching with Twemcache (engineering.twitter.com)
Ripping OAuth tokens (or other secrets) out of Twitter clients (timetobleed.com)
Google Kills Weather API (thenextweb.com)
Fat (guy who wrote Bootstrap) is leaving Twitter (twitter.com)
What does this mean for its future?
Create Gmail like Filters for your Favourite Blogs, News websites or Twitter (followurinterest.com)
Please provide review about my this weekend project. this is in Ruby on Rails.
Stripe Blog: New Recurring Billing Features (stripe.com)
Amazon Maps API (amazonappstoredev.com)
Restful API framework for Flask / MongoEngine (github.com)
OStatus: like Twitter, but open (chrismdp.com)
Spark 0.6 Released. Major release adds Java API, standalone deploy mode (spark-project.org)
Spark is a MapReduce-like cluster computing framework designed for low-latency iterative jobs and interactive use from an interpreter (think about sequences of map, filter, reduce). It can load data from any Hadoop InputFormat, and can run on Apache Mesos or in standalone mode.
Notes on the USE paradigm for API design (hjr3.tumblr.com)
Optimizing the Netflix API (techblog.netflix.com)
A Rest DNS API allowing to perform DNS queries over HTTP, outputting JSON (statdns.com)
A Guide to Designing API Client Libraries (kev.inburke.com)
Ask Lobsters: What is the general consensus on the best API authentication these days?
I liked Flickr's now-deprecated [hash-the-params](http://www.flickr.com/services/api/auth.howto.web.html) authentication because it was simple (though [flawed](http://vnhacker.blogspot.com/2009/09/flickrs-api-signature-forgery.html), it is fixable). Now it seems like most sites are using OAuth 1....