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
FOUND: Running the example provided here: https://github.com/eilonmore/linkedin-private-api/blob/master/examples/profile.ts results in status 400 generated.
EXPECTED: Response with respective profile data types.
Thank you for investigating!
The text was updated successfully, but these errors were encountered:
WORKAROUND: hack node_modules/linkedin-private-api/dist/src/requests/profile.request.js replacing : decorationId: 'com.linkedin.voyager.dash.deco.identity.profile.FullProfileWithEntities-35', <-- generates 400 with: : decorationId: 'com.linkedin.voyager.dash.deco.identity.profile.TopCardSupplementary-86', <-- 200 OK
node_modules/linkedin-private-api/dist/src/requests/profile.request.js
decorationId: 'com.linkedin.voyager.dash.deco.identity.profile.FullProfileWithEntities-35',
decorationId: 'com.linkedin.voyager.dash.deco.identity.profile.TopCardSupplementary-86',
It seems that we need to dynamically learn and set the decorationId key.
decorationId
Sorry, something went wrong.
Any cue on the learning of the decorationId key ?
No branches or pull requests
FOUND:
Running the example provided here: https://github.com/eilonmore/linkedin-private-api/blob/master/examples/profile.ts results in status 400 generated.
EXPECTED:
Response with respective profile data types.
Thank you for investigating!
The text was updated successfully, but these errors were encountered: