Create direct url to LinkedIn company update

后端 未结 3 734
天命终不由人
天命终不由人 2021-02-07 18:25

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

3条回答
  •  旧时难觅i
    2021-02-07 18:47

    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]
    

提交回复
热议问题