DeviantArt Application
To allow Isekai Core to post on your behalf, you need to create an application in the DeviantArt Studio.
Step-by-Step Guide
Section titled “Step-by-Step Guide”-
Log in to your DeviantArt account
-
Navigate to the DeviantArt Studio
-
Click “Submit Your Application”
-
Fill in the form:
Title: Isekai (or your preferred name).
For local deployment app:
Section titled “For local deployment app:”OAuth2 Redirect URI:
http://localhost:4000/api/auth/deviantart/callbackOriginal URLs Whitelist:
http://localhost:3000, http://localhost:4000For deployment using domain name app:
Section titled “For deployment using domain name app:”OAuth2 Redirect URI:
https://api.example.com/api/auth/deviantart/callbackOriginal URLs Whitelist:
https://example.comNote: Replace example.com with your actual domain name.
-
Click Submit
Get Your Credentials
Section titled “Get Your Credentials”Once created, you will see a dashboard for your app. Copy the following two values:
client_id → Mapped to DEVIANTART_CLIENT_IDclient_secret → Mapped to DEVIANTART_CLIENT_SECRETTroubleshooting
Section titled “Troubleshooting”Invalid Redirect URI
Section titled “Invalid Redirect URI”This happens if the URL in your browser address bar during login does not exactly match the one you entered in the OAuth2 Redirect URI field. Check for http vs https and trailing slashes.