aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mastodon-auth.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el
index 06d7685..d01f687 100644
--- a/lisp/mastodon-auth.el
+++ b/lisp/mastodon-auth.el
@@ -84,7 +84,8 @@ Email address and password are not stored."
("client_secret" . ,(plist-get (mastodon--client-app) :client_secret))
("grant_type" . "password")
("username" . ,(read-string "Email: "))
- ("password" . ,(read-passwd "Password: ")))))
+ ("password" . ,(read-passwd "Password: "))
+ ("scope" . "read write follow"))))
(defun mastodon--access-token ()
"Returns `mastodon--api-token-string'.