aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2018-04-25 09:09:17 -0500
committerGitHub <noreply@github.com>2018-04-25 09:09:17 -0500
commitbd4237535b3defed4dd759fd03da3950b018366f (patch)
treeb5e26825040acc5493de0d1d13280ffe3eb4d682
parent833435fbf90d1c9e927d165b155f3b1ef39271de (diff)
parent6c52d544d71cac2b997f6256c41a9b29c66a337a (diff)
Merge pull request #350 from RockyRoad29/master
fixing issue #349
-rw-r--r--sx-auth.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/sx-auth.el b/sx-auth.el
index 66968a5..ab9c72c 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -112,6 +112,9 @@ following privileges are requested:
* no_expiry
do not pester you to reauthorize again
+* private_info
+ TODO explanation.
+
After authorization with StackExchange, the user is then
redirected to a website managed by SX. The access token required
to use authenticated methods is included in the hash (which is
@@ -128,8 +131,7 @@ parsed and displayed prominently on the page)."
no_expiry
private_info
write_access))
- (redirect_uri . ,(url-hexify-string
- sx-auth-redirect-uri)))
+ (redirect_uri . ,sx-auth-redirect-uri))
","))))
(browse-url url)
(read-string "Enter the access token displayed on the webpage: ")))