0.0.2 • Published 10 years ago

node-and-linkedin v0.0.2

Weekly downloads
8
License
-
Repository
github
Last release
10 years ago

node-and-linkedin

Easy way to make REST API calls to linkedin. Does not include OAuth part, assumes you already have an access token.

For OAuth purpose you might want to use Passport based Authentication if you are using Express- https://github.com/auth0/passport-linkedin-oauth2

Code was initially cloned from https://github.com/typefoo/linkedin-node-new repo.

Purpose of writing this was to make simple wrapper to allow calls to linkedin APIs, by creating wrapper for implicitly including commonly required HTTP headers and Params.