I cannot find ANY details about LinkedIn Pulse articles in the API documentation. I was just doing a
file_get_contents($linkedin_url);
Recently I realized at some point over the last few months that code stopped working and now just returns
HTTP request failed! HTTP/1.0 999
All the API documentation talks about is user profile details and company page details with absolutely no information about articles.
With or without the api, how can I get LinkedIn article details?
The solution typically provided is to use curl and set the user agent, which I have also tried, and linkedin returns the same errors.
curl -A "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3"
I have tested by using chromium browser through Xming to ensure my IP address is not blocked, and I can access the site - however it requires I login. I find this a little unusual as from my regular PC browser it doesn't require a login.
This leads my to believe my IP is not blacklisted. So the question is now, how can I using the API get linkedin article details as none of the other solutions I have found, talk about using the API for this.