MMontesinoN
MMontesinoN

Reputation: 51

How to make LinkedIn V2 Share (SocialActions) work correctly?

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:

Please, does anyone know how to solve this problem and that it works correctly? Is it important.

Upvotes: 3

Views: 1972

Answers (1)

shoaib21
shoaib21

Reputation: 505

It's working in my case, this problem related to permission

Follow these steps,

  • Open Url, https://www.linkedin.com/developers/apps/
  • Goto products
  • Select all products
  • Marketing Developer Platform Product need some days to be approved
  • If all products are successfully installed
  • Check OAuth 2.0 scopes permissions to access data using your app

Upvotes: 0

Related Questions