The process for obtaining a Mastodon access token is relatively simple as compared to the other social networks!
type=mastodon;code=<SHORTCODE>;instance=<INSTANCE>;token=<TOKEN>
A mastodon connection string describes a connection to an account on a specific mastodon server.
SHORTCODE
- a unique code to refer to the social network instance, this will appear in logsINSTANCE
- the mastodon server’s domain name (eg. mastodon.social
)TOKEN
- access token, obtained through the process outlined belowEnsure that the write permissions are granted for your access token.
read:accounts
read:statuses
write:statuses