I\'m implementing a Compony newsfeed on a website and ran into the following problem. The LinkedIn API doesn\'t provide a direct URL to a company update. Looking at the LinkedIn
For anyone trying to get the topic id from the API response object (as already commented on the OP question), the topic id is the value after the last hyphen of the updateKey
property, which can be used with @Daan answer:
"updateKey": "UPDATE-cXXXX-YYYYYYYYYYYYYYYYYY"
Direct URL:
https://www.linkedin.com/nhome/updates?topic=[YYYYYYYYYYYYYYYYYY]