3
I’m searching the Linkedin documentation for a way to extract the Posts from a particular company. You can do this ?
I’m not finding methods.
The closest I got was this link: https://developer.linkedin.com/docs/company-pages
But it has nothing like Feed, similar to what you have on Twitter and Facebook.
I try to run a direct URL in the Browser according to the documentation with the Company ID and shows an error:
{
"errorCode": 0,
"message": "Unknown authentication scheme",
"requestId": "MJYSLQZZXX",
"status": 401,
"timestamp": 1448970119372
}
The new version of the Linkedin API is full of limitations. I gave up for example to get a people’s connections. It was too bureaucratic.
– Wallace Maxters
I read on Soen that it is not possible to extract data from the feed, but it was a question from a year ago. So I thought I had updated. But that this API is very limited, that’s right.
– Diego Souza