Linkedin API Pulse Share

2019-05-16 07:39发布

问题:

I am trying to integrate my blog to Linkedin Pulse by connecting to my linkedin app. I found that posting to API /v1/people/~/shares shares my update but I can't figure out how to post it on Pulse - long post.

Is it even possible?

Cheers!

回答1:

Posting on Pulse is not available using LinkedIn's public API. And as far as I know, they are not offering this to their partners either.



回答2:

Managed to fix it with Curl. The tool is logging in to your linked in (user and password). Gathers the token and post to LinkedIn pulse, additional request is used to upload image and tags using post ID at that time.

Cheers!