Hi there,
I am trying to setup Login with Linkedin for my app.
I am using the API connector to connect to the Linkedin API. The authentication piece works and I am able to sign the user in. I would also like to get the users profile information (sub, email, profile picture, name etc).
Within the Linkedin API I have setup a get call to get profile information. The intention is to reuse the authorization token to get this information from Linkedin but when I initiate the get profile API I run into an access error.
Error:
There was an issue setting up your call.
Raw response for the API
Status code 401
{“serviceErrorCode”:65600,“message”:“Invalid access token”,“status”:401}
Screenshots of my API setup