aboutsummaryrefslogtreecommitdiff
path: root/sx-auth.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-24 11:28:42 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-24 11:28:42 +0000
commitfc1bafa05ce2da29efaf6693cb08d16deeb7e211 (patch)
tree9c08d3b959a5e3970008bb85d4ff243f72a13588 /sx-auth.el
parentee0e3d9973be059e8615db11d9ea997b989d6242 (diff)
parent2fb474ec492695c550672664832375d206c54890 (diff)
Merge branch 'master' into refactor-question-list
Diffstat (limited to 'sx-auth.el')
-rw-r--r--sx-auth.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-auth.el b/sx-auth.el
index ac4bd31..217da7d 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -111,6 +111,7 @@ parsed and displayed prominently on the page)."
`((client_id . ,sx-auth-client-id)
(scope . (read_inbox
no_expiry
+ private_info
write_access))
(redirect_uri . ,(url-hexify-string
sx-auth-redirect-uri)))