I created a client id months ago in preparation for the deprecation.
"error": "invalid_code"
}
I'm guessing the refresh token has expired. I plan to use this api on the server side.
Why do I need to access the browser to keep my code working?
On top of this it doesn't work after generating self-client code. Just does not work..
What is going on here?
I've tried in postman and the browser. invalid_code is misleading as it
doesn't tell me what the issue really is. Did I run out of tokens. How can the code be invalid
if I just created it less than a minute before using it?