diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-14 20:27:56 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-14 20:27:56 +0000 |
commit | 22cc1b1b959761cda2ff2048dbaeba99cc094930 (patch) | |
tree | 3ba535bec012910267711bd68f711dc7c06650d3 /sx-auth.el | |
parent | 540d5c4d72e7157f5a0a9188cebade5b1f2875fd (diff) | |
parent | 2d8c61963146ee8fc32684c47b3a3761320e671a (diff) |
Merge pull request #50 from jleechpe/sx-request-make-update
Change `access-token` to `access_token` to match api key.
Diffstat (limited to 'sx-auth.el')
-rw-r--r-- | sx-auth.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ questions)." (if (string-equal "" sx-auth-access-token) (progn (setq sx-auth-access-token nil) (error "You must enter this code to use this client fully")) - (sx-cache-set 'auth `((access-token . ,sx-auth-access-token))))) + (sx-cache-set 'auth `((access_token . ,sx-auth-access-token))))) (provide 'sx-auth) ;;; sx-auth.el ends here |