Hello,
On my website I would like user to be able to log in using their Epic Games Account. However, I’m getting stucked when trying to request for an Access token. I’am able to retrieve the code from the epic games server request but then not able from that code to get the Access token this is the error I’m getting:
{
“errorCode”: “errors.com.epicgames.account.invalid_client_credentials”,
“errorMessage”: “Sorry the client credentials you are using are invalid”,
“messageVars”: ,
“numericErrorCode”: 18033,
“originatingService”: “com.epicgames.account.admin”,
“intent”: “prod”,
“error_description”: “Sorry the client credentials you are using are invalid”,
“error”: “invalid_client”
}
I’m using Basic Auth with the Client ID and the Secret ID, but I keep getting this error