Help - OAUTH INVALID OR MISSING

Hi everyone!

First I hade problem using spotifys API since GPT said it was different roots which led me to temporary use a URL-shortener. When successful the link said CLIENT ID MISSING which led me to include that value in the “Authorization URL” as such:

https://accounts.spotify.com/authorize?client_id=YOUR_CLIENT_ID&response_type=code&redirect_uri=YOUR_ENCODED_REDIRECT_URI&scope=REQUESTED_SCOPE

Now it returns OAUTH INVALID OR MISSING.

I believe I should just be able to put Login - Spotify in authorization. And GPT should put together the rest.

The state value should be passed automatically in API-call? Where is the error?

Plz help!

1 Like