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:
{ "elements":[...], "paging":{ "total":24, "count":25, "start":0, "links":[ ] } }
Can anyone help on this?
