Access Denied When Trying To Verify LinkedIn Access Token
I am using this link https://api.linkedin.com/v2/me?oauth2_access_token= to try to verify the access token I received from next auth. My scopes are “profile openid email”. I don’t seem to be able to get any other kind of scopes on the LinkedIn developer platform. I am getting this error when I hit that link: {
status: 403,
serviceErrorCode: 100,
code: “ACCESS_DENIED”,
message: “Not enough permissions to access: me.GET.NO_VERSION”
}
Why is this happening and how can I verify my access token.