Search code examples
ruby-on-railsrubysharelinkedin-api

Share post on LinkedIn not visible in the feed


I'm trying to share post on LinkedIn. A successful post gives us a response like below. If I check the updateUrl my post is available, but I'm not able to see the post in LinkedIn on my home page.

{
  "updateKey": "UPDATE-84600926-6035330152248995840",
  "updateUrl": "https://www.linkedin.com/updates?discuss=&scope=84600926&stype=M&topic=6035330152248995840&type=U&a=aRbN"
}

Solution

  • The post is not visible in my feed,but is visible in the feed of my connections. I am able to check all posts under recent activities.Thanks