I am creating a small Windows Forms application and want to access information from the company search API. I donβt even want to write anything in profile.
I went to open a web browser and asked my user to enter a verification code in my application.
This is so incredibly frustrating! There are tons of code for Python and Java, but .NET just has some baked working demos that aren't even built properly.
I need your help.
I have already seen the official LinkedIn Developer Toolkit , but the project does not even build!
So, I went and downloaded the LinkedIn.dll library, which supposedly acts as a shell for accessing data.
How can I access the API using it? I already have an API key and a token secret key, both stored in my App.config file, pending use.
Thanks!
source share