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

Missing Share API #7

Closed collinsauve closed 8 years ago

collinsauve commented 8 years ago

Hello all,

I'd like to use the Share API, however it looks like it is commented out. Is there any reason that this can't be implemented?

sandrock commented 8 years ago

It looks like unfinished code.

Posting on a company profile is implemented. Posting "as yourself" seems to use the same pattern. It looks like this should be easily to do.

Did you try anything yet?

collinsauve commented 8 years ago

This seems to work:

https://github.com/SparkleNetworks/LinkedInNET/pull/8

sandrock commented 8 years ago

Thanks. This is now implemented with a test page in the demo web app.