I am working on integrating the LinkedIn REST API to publish posts on behalf of both members and anizations. Specifically, I need to use the following API endpoint:
POST
According to the documentation, this requires the following OAuth scopes:
w_anization_social
r_anization_social
w_member_social
r_member_social
I have checked the LinkedIn Developer Portal, but I am unable to find which product or permission settings grant access to these scopes.
- Under which LinkedIn Developer product can I request these scopes?
- Are there any approval steps required from LinkedIn to gain access?
- If these scopes require elevated access, what is the process for requesting it?
Any guidance from those who have successfully integrated LinkedIn's posting API would be greatly appreciated.