Hi everyone,
I am trying to connect my website to my forum, therefore I want to use the logins of my forum on my website.
When my user logs in, he enters his forum credentials, and I go through an oAuth system to check if those credentials are good.
I manage to retrieve a custom access token, but when I request GET with the bearer authorization, where I enter the retrieved access_token, the system returns :
{
"errorCode": "2S291/3",
"errorMessage": "NO_PERMISSION"
}
Does anyone know why the system is denying me access?
Thanks in advance.
Sorry, I made a mistake, the error code is 2S291\/7 and not 2S291/3
Thanks.