How do I get online updates from LinkedIn?

I am working on updating the exisitng iOS app that uses the LinkedIn REST API. Earlier, in order to receive messages from a user, I made a request https://api.linkedin.com/v1/people/ {id} / network / updates? Format = json I need to get r_network permission for this. But now, with changes in the API, this request does not work. I didn't find any useful information in the Developer Conversion Guide or in the developer documents.

Please, help!

+3


source to share


1 answer


According to the transition guide , there are only 3 endpoints available:

  • API Profile - /v1/people/~

  • Share API - /v1/people/~/shares

  • API companies - /v1/companies/{id}



Your request is clearly not one of these endpoints. If you haven't started a discussion with people in the affiliate program yet, you should start this process now.

+1


source







All Articles