views:

65

answers:

2

I'd like to do some LinkedIn API coding using node.js. Does anyone know of an example node.js application that implements the LinkedIn oauth?

thanks

A: 

http://github.com/ciaranj/node-oauth/tree/master/examples has some examples for another service that uses OAuth. YMMV.

Nathan L Smith
A: 

http://github.com/masylum/linkedin-js should do what you're looking for.

In general if you need a third party module this is the best place to look: http://github.com/ry/node/wiki/modules

Neil Sarkar