X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/a21df06b49118ea1ddb257deeac708f68246fe35..c7cce6e3e536d266c46ae2543ab92c2e0cddbc94:/packages/oauth2/oauth2.el diff --git a/packages/oauth2/oauth2.el b/packages/oauth2/oauth2.el index c7dc56fb4..6ad363969 100644 --- a/packages/oauth2/oauth2.el +++ b/packages/oauth2/oauth2.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2012 Free Software Foundation, Inc ;; Author: Julien Danjou -;; Version: 0.8 +;; Version: 0.9 ;; Keywords: comm ;; This file is part of GNU Emacs. @@ -38,6 +38,7 @@ (require 'cl) (require 'plstore) (require 'json) +(require 'url-http) (defun oauth2-request-authorization (auth-url client-id &optional scope state redirect-uri) "Request OAuth authorization at AUTH-URL by launching `browse-url'.