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

LinkedIn Auth Sample produces error #606

Open
ruralcoder opened this issue Aug 23, 2019 · 2 comments
Open

LinkedIn Auth Sample produces error #606

ruralcoder opened this issue Aug 23, 2019 · 2 comments

Comments

@ruralcoder
Copy link

Auth code exchange result received after calling

linkedin.people.me(async (error, userResults)

I get the following,

{ errorCode: 0,
  message: 'This resource is no longer available under v1 APIs',
  requestId: 'OPVJ0MW5W1',
  status: 410,
  timestamp: 1566539742211 }

Which in result produces

UID " linkedin:undefined "

Not sure if something wrong with your example or the node-linkedin library.

Opened the same ticket with 'node-linkedin'

@ruralcoder
Copy link
Author

Found a related ticket on node-linked

ArkeologeN/node-linkedin#88

It seems the library does not support V2 and LinkedIn is blocking all V1 traffic.

@sauravexodus
Copy link

This example needs to be updated with v2 usage

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

No branches or pull requests

2 participants