-
Notifications
You must be signed in to change notification settings - Fork 22
Providers Setup
vosmiic edited this page Feb 12, 2022
·
10 revisions
- Create an app by going to into your API settins in MyAnimeList
- Enter an appropriate name. The app type should be
web
. Make sure you enter a full description, as MyAnimeList staff can check the app to make sure the API is being used correctly. Setnon-commerical
andhobbyist
, unless you are using the plugin differently. - The
App Redirect URL
should be in the following format:<endpoint>/AniSync/authCallback
(e.g.https://myjellyfinserver.com/AniSync/authCallback
). Your endpoint can be found by following the instructions while setting up your API endpoint. - Make sure that all of the information is correct. MyAnimeList staff may remove your app if you are found to not be complying by the TOS.
Access the newly created app, and copy the Client ID
and Client Secret
.