------------------------------------------------------------ revno: 230 committer: Julien Danjou <jul...@danjou.info> branch nick: elpa timestamp: Tue 2012-05-29 14:56:21 +0200 message: * packages/oauth2/oauth2.el: Revert fix URL double escaping, update to 0.5 modified: packages/oauth2/oauth2.el
=== modified file 'packages/oauth2/oauth2.el' --- a/packages/oauth2/oauth2.el 2012-05-04 12:02:14 +0000 +++ b/packages/oauth2/oauth2.el 2012-05-29 12:56:21 +0000 @@ -1,9 +1,9 @@ ;;; oauth2.el --- OAuth 2.0 Authorization Protocol -;; Copyright (C) 2011 Free Software Foundation, Inc +;; Copyright (C) 2011-2012 Free Software Foundation, Inc ;; Author: Julien Danjou <jul...@danjou.info> -;; Version: 0.4 +;; Version: 0.5 ;; Keywords: comm ;; This file is part of GNU Emacs. @@ -192,8 +192,7 @@ (url-request-extra-headers request-extra-headers) (url-buffer)) (setq url-buffer (url-retrieve-synchronously - (url-generic-parse-url - (oauth2-url-append-access-token token url)))) + (oauth2-url-append-access-token token url))) (if tokens-need-renew (oauth2-url-retrieve-synchronously (oauth2-refresh-access token) url request-method request-data request-extra-headers) url-buffer)))))