Jump to content

La Jobe

Clients
  • Posts

    29
  • Joined

  • Last visited

Reputation Activity

  1. Like
    La Jobe got a reaction from Jalal arefen in Accessing user data with oAuth   
    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.
  2. Like
    La Jobe got a reaction from Stuart Silvester in Accessing user data with oAuth   
    Ok I found how to make this, thanks for your patience.
×
×
  • Create New...