-
Notifications
You must be signed in to change notification settings - Fork 239
Getting an access token for FediFetcher
Michael edited this page Sep 9, 2024
·
2 revisions
Regardless of how you want to run FediFetcher, you must first get an access token:
- In Mastodon go to Preferences > Development > New Application
- Give it a nice name
- Enable the required scopes for your options. You could tick
read
andadmin:read:accounts
, or see the docs for a list of which scopes are required for which options. - Save
- Copy the value of
Your access token
- Go to GetAuth for Mastodon
- Type in your Mastodon instance's domain
- Copy the token.
Fork it and send a pull request. Read Contributing to FediFetcher for more info.