Happyr / LinkedIn-API-client

A library to connect with LinkedIn API. Perfect if you are looking for an API client or SDK for LinkedIn
MIT License
198 stars 97 forks source link

LinkedIn Marketing API #158

Open scottybo opened 6 years ago

scottybo commented 6 years ago

We've been approved for the LinkedIn marketing API and as part of this our apps automatically get shifted from v1 to v2 of the API (which they don't tell you prior to the switch, a word of warning for anyone else applying).

This switch caused everything to break with this library.

Does this library support v2, and if so are there any docs?

Nyholm commented 6 years ago

What is the difference between v1 and v2? And what functionality is needed for v2?

scottybo commented 6 years ago

Details can be seen here: https://developer.linkedin.com/docs/guide/v2/concepts

Quite a few differences

scottybo commented 6 years ago

@Nyholm Any thoughts? :)

scottybo commented 6 years ago

So I've now implemented a fork of this client to work with v2 - the changes are minor in the quantity of code changes but major in how queries are handled. I'd prefer this library gets updated to work with v2 rather than maintain a slightly different package.

Mine is at https://github.com/scottybo/LinkedIn-API-client-v2 and you can check the commits to see what I've changed.