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

This resource is no longer available under v1 APIs #93

Open
ruralcoder opened this issue Aug 23, 2019 · 1 comment
Open

This resource is no longer available under v1 APIs #93

ruralcoder opened this issue Aug 23, 2019 · 1 comment

Comments

@ruralcoder
Copy link

I am using your library from a Firebase function (firebase linked in sample from github)

After calling the 'me' method

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

I am getting this object in userResults

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

Expected user ID, name, photo, etc.

@dawogfather
Copy link

yeah it's trying to use v1 of the API which linkedin removed in March 2019 so I think you might need to try to use
npm install --save https://github.com/captainjackrana/node-linkedin
and adjust accordingly.
im doing it now actually so might make a PR for it

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