Open
Description
Which sample has a bug?
linkedin-auth
How to reproduce the issue
Trying to follow the sample as-is hits a bug fixed by #826 . If you apply that PR, then you get a crash in the function exports.token
in functions/index.js
. The crash can ultimately be traced to the fact that the sample uses the library node-linkedin
, which relies for getting user profile data on an API that LinkedIn has stopped providing almost 2 years ago, on May 1 2019:
ArkeologeN/node-linkedin#88
The sample needs to be changed to use an up to date library. I haven't found a replacement library I'm comfortable using yet though.