Home > Mobile >  How do I get Approved to use the restricted LinkedIn Connections API?
How do I get Approved to use the restricted LinkedIn Connections API?

Time:08-26

I want to be able to get the first-degree connections of an authorized user and import them into my mobile app.

How do I get Linkedin to give me access to their restricted APIs??

I tried to use the Connections API, but I got an error saying:

"Not enough permissions to access: GET-viewer /connections"

I need to have these scopes added to my app:

  • r_1st_connections
  • r_compliance

CodePudding user response:

Hope you have created a linkedin App, if not then create it from here enter image description here

Once you get access to this, it will allow you to use the auth scope

r_1st_connections_size
Use your 1st-degree connections' data

enter image description here

CodePudding user response:

From Linkedin Developer Support: "Unfortunately we cannot grant access to the connections API, this endpoint is part of our compliance API, which is only granted to partners who are helping Regulated LinkedIn Members and Customers facilitate regulatory compliant usage of Social Media. (i.e.- it exists solely for monitoring and auditing activity where such monitoring/auditing is legally required by the SEC)." Hence, the permission error.".

  • Related