prom85
prom85

Reputation: 17818

LinkedIn - OAuth2 - retrieve list of all connections

How can I retrieve all connections of a profile? The user is logged in, I can successfully retrieve the profile with https://api.linkedin.com/v1/people/~?format=json but I don't know how to get all connections of a profile.

enter image description here

Questions:

Upvotes: 1

Views: 978

Answers (1)

Justin Kominar
Justin Kominar

Reputation: 3374

The r_network scope recently changed to be a LinkedIn partner-only permission. You can apply for access to their partnership program here: https://developer.linkedin.com/partner-programs/apply

Upvotes: 1

Related Questions