I am writing an api that allows me to provide discord oauth to users. and I am getting a warning saying that
“You haven’t tested this API in run mode and authenticated with Discord API Auth yet. You need to do this first to setup calls and to test the URLs and keys.”
But I’ve already setup a small workflow and called this oauth and there was no errors.
Jici
2
You need to run it. Click “preview” and authenticate with the API. You should get a popup at the end that say API successfully initialized.
At this moment, you will be able to add new calls.
Take note that the oauth in API connector doesn’t refresh (but it will automatically refresh token for your user). So better to add all call at the same moment.