Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the new API #61

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update to the new API #61

wants to merge 3 commits into from

Conversation

G-T-P
Copy link

@G-T-P G-T-P commented Dec 18, 2018

Here is the link to the new documentation:

https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin?context=linkedin/consumer/context

The api request now has to be:
GET https://api.linkedin.com/v2/me

It does not accept parameters any longer and the only scope that are valid are nor r_liteprofile and r_emailaddress which also requires its own api call

Here is the link to the new documentation:

https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin?context=linkedin/consumer/context

The api request now has to be:
`GET https://api.linkedin.com/v2/me`

It does not accept parameters any longer and the only scope that are valid are nor r_liteprofile and r_emailaddress which also requires its own api call
Tested it and it works.
The details of waht is returned (which could be greatly improved upon) is documented here:
https://developer.linkedin.com/docs/ref/v2/media-migration
@cmur2
Copy link

cmur2 commented Jan 11, 2019

Any updates on that? Can we get it merged since the old v1 API will be shutting down on March 1, 2019 anyways so there is some urgency: https://engineering.linkedin.com/blog/2018/12/developer-program-updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants