diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-24 11:28:19 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-24 11:28:19 +0000 |
commit | 2fb474ec492695c550672664832375d206c54890 (patch) | |
tree | d9224b31b80ea2eb6972fcb2a4d3382d77122d54 /sx-auth.el | |
parent | 3edd697b1d34a05e3112eb61ff82f71f79aafa6d (diff) |
Request private_info scope
Diffstat (limited to 'sx-auth.el')
-rw-r--r-- | sx-auth.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))) |