I am making a call to the linkedin v2 api to share a link (an article) and it works fine in the post inspector (image thumbnail is shown) but when I use the api the thumbnail is not displayed.
The documentation says LinkedIn will automatically fetch the thumbnail from the meta og:image tag....which I have.
Controlling How Share Content is Displayed If you're unable to provide a complete share with all metadata, LinkedIn fetches the content directly from the page. To best facilitate this, set [Open Graph tags][http://ogp.me/] if you have control over the published content that's being shared.
TABLE 11 Tag Description og:title Set the title tag to control how your web page's title displays on LinkedIn. og:description Set the description tag to control how the shared link is described on LinkedIn. og:image Set the image tag to control which image is displayed on LinkedIn. og:url The URL tag is recommended to provide the best URL link for LinkedIn to use to point to your web page. If you're unable to set Open Graph tags within the page that's being shared, LinkedIn attempts to fetch the content automatically by determining the title, description, thumbnail image, etc.
Does anyone know how to get the thumbnail to show up via the v2 share api?