ArkeologeN / node-linkedin

LinkedIn 2.0 wrapper in Node.js
MIT License
163 stars 79 forks source link

TypeError: callback is not a function #85

Open Hardik7538 opened 6 years ago

Hardik7538 commented 6 years ago

return callback(err, typeof body === 'string' ? JSON.parse(body) : body);

sullivandavid42 commented 5 years ago

Hello. Thanks for providing more info about your code, or close the issue. Your problem is certainly due to a specific JS error and not frmo the node-linkedin API itself