We recently obtained the r_ad_campaigns permission to work with the LinkedIn V2 API:
- https://developer.linkedin.com/docs/lms/marketing-analytics/quick-start#
- https://developer.linkedin.com/docs/guide/v2/shares/network-update-social-actions
To work correctly, I have obtained a new TOKEN with the new permission: r_ad_campaigns
I have made the following 3 calls with this new token:
- https://api.linkedin.com/v2/socialActions/{share URN}?oauth2_access_token=TOKEN
- https://api.linkedin.com/v2/socialActions/{share URN}/comments?oauth2_access_token=TOKEN
- https://api.linkedin.com/v2/socialActions/{share URN}/likes?oauth2_access_token=TOKEN
And they all return the same result: {"serviceErrorCode": 100, "message": "Not enough permissions to access: GET / socialActions / {share URN}", "status": 403}
The same thing happens with these post:
Why does LinkedIn v2 Share API give not enough permissions error on any v2/shares endpoint?
LinkedIn V2 API permission for reading socialActions and Shares
Please, does anyone know how to solve this problem and that it works correctly? Is it important.