Skip to content

Commit

Permalink
Merge pull request #350 from RockyRoad29/master
Browse files Browse the repository at this point in the history
fixing issue #349
  • Loading branch information
vermiculus committed Apr 25, 2018
2 parents 833435f + 6c52d54 commit bd42375
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sx-auth.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: ")))
Expand Down

0 comments on commit bd42375

Please sign in to comment.