Reputation: 51
We recently obtained the r_ad_campaigns permission to work with the LinkedIn V2 API:
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:
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.
Upvotes: 3
Views: 1972
Reputation: 505
It's working in my case, this problem related to permission
Follow these steps,
Upvotes: 0