https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin%2Fcontext&tabs=HTTPS1
so I created a App on Linkedin and I want to try get access token with “Authorization code flow”, but on the step 2, I’m stucking on this step, this is first time so we need to request an authorization code, I tried to put URL to browser, but it’s not show popup to login or something and redirect to our callback. do you guys know it’s related in Linkedin App or I did something wrong?
the example URL:
https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=xxxx&redirect_uri=xxx&scope=r_liteprofile
Thanks
I’m requesting “Community Management API” product to get “r_organization_social” scope to get latest posts from our company so I’m preparing to get token first.
quang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.