diff options
author | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-14 15:18:34 -0500 |
---|---|---|
committer | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-14 15:18:34 -0500 |
commit | 2d8c61963146ee8fc32684c47b3a3761320e671a (patch) | |
tree | 3ba535bec012910267711bd68f711dc7c06650d3 /sx-auth.el | |
parent | ff9298fdf3f35a6c110375445639f9e7bb41ec7f (diff) |
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 |