diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-07 13:05:21 -0400 |
---|---|---|
committer | jdenen <Johnson.Denen@ascenaretail.com> | 2017-04-09 08:55:29 -0400 |
commit | 1457f9f5cd435d395b474e1cdc0949e387e0665c (patch) | |
tree | 0d0f782d6915de69c03da7ef8beb3d0c82eb3395 /lisp/mastodon-auth.el | |
parent | 54263c53842c8d68e587e5b5d79e14681698b00b (diff) |
Add follow scope
Diffstat (limited to 'lisp/mastodon-auth.el')
-rw-r--r-- | lisp/mastodon-auth.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index dad62dd..86665f3 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -29,7 +29,7 @@ (setq mastodon--client-plist `(:client_id ,(gethash "client_id" client-data) :client_secret ,(gethash "client_secret" client-data))))) '(("client_name" . "mastodon.el") ("redirect_uris" . "urn:ietf:wg:oauth:2.0:oob") - ("scopes" . "read write")))) + ("scopes" . "read write follow")))) (defun mastodon--store-access-token-file () (let ((plstore (plstore-open mastodon-token-file))) |