We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
This example needs to be updated with v2 usage
No branches or pull requests
Auth code exchange result received after calling
linkedin.people.me(async (error, userResults)
I get the following,
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'
The text was updated successfully, but these errors were encountered: