-
Create an mastodon Application
Go to this url, change the domain to your mastodon website: https://mastodon.social/settings/applications/new
-
Set the following values:
Application name:
MatterBridgeRedirect URL:
urn:ietf:wg:oauth:2.0:oobScopes:
Check the following:
read,profile,write:conversations,write:statusesThen, save changes.
-
Copy tokens to matterbridge.toml
[mastodon] [mastodon.mymastodon] Server = "https://mastodon.social" ClientID = "<Client key>" ClientSecret = "<Client secret>" AccessToken = "<Your access token>"