SparkleNetworks / LinkedInNET

Sparkle.LinkedInNET will help you query the LinkedIn API with C# :)
https://www.nuget.org/packages/Sparkle.LinkedInNET/
GNU Lesser General Public License v3.0
35 stars 51 forks source link

CompanyUpdate Field Selector #19

Closed EmptyCoffin closed 4 years ago

EmptyCoffin commented 7 years ago

Hi,

I am looking at getting basic information for a company's update, I had to manually add likes as a field to get specifically as there is no WithAllFields extension, but I still am unable to see this information which seems available in the documentation: https://developer.linkedin.com/docs/company-pages#company_updates

Code: image

Trying to get the user id of the person who likes the update and how many connections they have? Any thoughts are appreciated

sandrock commented 7 years ago

Try to add the following fields: .Add("likes.company").Add("likes.person") instead of only .Add("likes").

sandrock commented 6 years ago

Does it work?

sandrock commented 4 years ago

This project is not maintained any more. Please check the README page to find alternatives.