Authentication
To access private information or perform write operations, you need to specify an access token when accessing the Mastodon API.
Get access token from the Development section
On your Mastodon server, go to the /settings/applications
page, and create a new application. Once you have created a new application, an auto-generated access token for your account will be listed at the top of the page.
Get access token from an authentication from
The Mastodon API supports OAuth 2.0 for letting users authenticate through your app or website. This is currently not supported by Skybrud.Social.Mastodon.