I am having the weirdest issue. I have been using the Particle Authentication to to talk to my particle account with a website I am designing, and out of nowhere the authentication is failing. I re-created a new acccess_token and it doesn’t work with a new one or my old one. I didn’t change anything about my code, and one day it just gave me this error:
{
“error”: “invalid_token”,
“error_description”: “The access token provided is invalid.”
}
Any help with how to fix this?