You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@jhuleatt Sorry, I don't have time to make a quality PR out of this, and besides, I realized I couldn't use the sample as-is anyway, because my code has a frontend and a backend component, while this sample is frontend-only.
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
infunctions/index.js
. The crash can ultimately be traced to the fact that the sample uses the librarynode-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.
The text was updated successfully, but these errors were encountered: