jd:/dev/blog_
· 1 min read

OAuth 2.0 for Emacs

This week, I've finished my OAuth 2.0 client implementation for GNU Emacs.

This week, I’ve finished my OAuth 2.0 client implementation for GNU Emacs.

I have imported it into GNU ELPA so Emacs 24 users will be soon able to install it using the new Emacs packaging system.

OAuth 2.0 can be used to access, among others, Google APIs or the Facebook Graph API.

share:

Related posts

Python and fast HTTP clients
· 4 min read

Python and fast HTTP clients

Nowadays, it is more than likely that you will have to write an HTTP client for your application that will have to talk to another HTTP server. The ubiquity of REST API makes HTTP a first class citize

Read more →