I was running the Simple API Request Example in the README.md and receiving the error in the title.
from linkedin_api.clients.restli.client import RestliClient
restli_client = RestliClient()
response = restli_client.get(
resource_path="/me",
access_token=<THREE_LEGGED_ACCESS_TOKEN>
)
print(response.entity)
I have a three legged access token, but perhaps I'm not understanding "Request access to the Sign In With LinkedIn API product." The only product that appeared available on the Products Page for my app was "Share on LinkedIn" and "OpenID Connect". The others appear to be more indepeth.
I'm thinking I've overlooked something drastically simple and just don't see it?
I was running the Simple API Request Example in the README.md and receiving the error in the title.
I have a three legged access token, but perhaps I'm not understanding "Request access to the Sign In With LinkedIn API product." The only product that appeared available on the Products Page for my app was "Share on LinkedIn" and "OpenID Connect". The others appear to be more indepeth.
I'm thinking I've overlooked something drastically simple and just don't see it?