node-linkedin icon indicating copy to clipboard operation
node-linkedin copied to clipboard

LinkedIn 2.0 wrapper in Node.js

Results 20 node-linkedin issues
Sort by recently updated
recently updated
newest added

If `body` is not a JSON there is an error in node-linkedin/lib/inherits.js:52 as you can see below: ``` request(parameters, function(err, response, body) { return callback(err, typeof body === 'string' ?...

This is a fix for the issue here: https://github.com/ArkeologeN/node-linkedin/issues/56 It requires that users provide their own state setting and validation methods, e.g.: ``` function setLinkedinState(state, redirectURI) { return new Promise(function(resolve,...

I have a sandbox app with linkedin however, I keep getting the issue `res.redirect is not a function` not sure where the error lies. ```typescript import { Context } from...

Documentation to use this node-linkedin with Cordova based App Also how will i retrieve my access token. Please provide more documentation and reference.

Hey, thanks for this lib! I want to use the v2 lib version in order yo use linkedin v2 api. 1. How do I install it via npm? is it...

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...

I noticed in the access token I get back there is an `expires_in` timestamp. Is there any documentation on using this library to refresh the token before it expires? I'd...

When I scale my nodejs application to use more than 2 instances it gives error, Error { [CSRF Alert: Possible CSRF attack, state parameters do not match.] name: 'CSRF Alert'...

enhancement

HI, this issue appears when it comes to adding the permission level "r_fullprofile" to the scope array. { invalid_request: A required parameter "code" is missing at Request._callback (...\node_modules\node-linkedin\lib\auth.js:98:27) at Request.self.callback...