How to get user messages and pages / companies from linkedin

I am checking the available methods of the linkedin API, but I can’t see how to get a message from the user and page / company. What I need to do is that the user can enter the username or the name of the page / company, and then receive news messages. You may know some workarounds. Thanks

References: https://developer.linkedin.com/docs/rest-api https://apigee.com/console/linkedin?authTypeVal=oauth2&afterSuccessfulAuth=true

+4
source share
2 answers

2016 Linkedin API , , . https://developer.linkedin.com/docs

( admin), :

GET "https://api.linkedin.com/v1/companies/{id}/updates?format=json"
+1

https://api.linkedin.com/v1/people/~

: GET

  • format = json URL API.
  •   HTTP- API: x-li-format: json
+1

All Articles