cannot get video posts of linkedin company page through api - linkedin

Linkedin api does not include shares with video while fetching all posts of a company page. It wasn't working in both v1 and v2 apis.
Consider this post with video and it's missing while fetching through api.
curl "https://api.linkedin.com/v1/companies/12345/updates?format=json&count=20&oauth2_access_token=XXX"
In v2:
curl
"https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:organization:12345&count=25&oauth2_access_token=XXX"
{ "elements":[...], "paging":{ "total":24, "count":25, "start":0,
"links":[ ] } }
Can anyone help on this?

You need to use the v2/ugcPosts endpoint - see
https://developer.linkedin.com/docs/guide/v2/shares/ugc-post-api#get

Everything in the Linkedin API except the video can be found under Linkedin Shares API.
https://developer.linkedin.com/docs/guide/v2/shares/share-api
Videos in Linkedin are simply technically termed as UGCPost-User Generated Content Post
https://developer.linkedin.com/docs/guide/v2/shares/ugc-post-api

Related

how to get a LinkedIn page via Email using LinkedIn API

I am trying to understand how to get a LinkedIn page using LinkedIn API, if I know an email.
Is it possible?
I have found Handle Lookup API, but it looks like it has not been supported already.
https://learn.microsoft.com/en-us/linkedin/shared/integrations/people/handle-lookup?view=li-lms-2022-07

What is the rest call for getting feed in linkedin api

In linkedin documentation i learn something like {service} in rest api call but I'm not able to understand that.
Can anyone please eloborate about this rest api.
Eg: https://api.linkedin.com/v2/{service}
For Receiving linkedin Feeds you can call this url
https://api.linkedin.com/v2/activityFeeds?q=networkShares
It will only give you the posts shared by your network.
For more details go through the documentation.

Is it possible to schedule a post with Linkedin Api

I am trying to use linkedin API for sharing my web site post on linkedin. One of the feature is to schedule the post after some time or specific date. I would like to know is there any Api available for that where i can pass some parameter and the post is submitted on linkedin.
Please help if anyone have done this before
Thanks!!

Linkedin API Pulse Share

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!
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.
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!

Is there any API for LinkedIn and Plaxo like facebook API?

I need to access linkedin and plaxo social networks in my application. If I need to use this, I would lke to have the API for access linkedin and plaxo like Facebook API.
Is there any API for linkedIn and Plaxo?
Thanks
R.Eswaran.
LinkedIn API / Plaxo API
You will find everything about LinkedIn API here. The plaxo's api can be found by clicking here
I think LinkedIn and Plaxo use google's open social API

Resources