I am using your library from a Firebase function (firebase linked in sample from github)
After calling the 'me' method
linkedin.people.me(async (error, userResults)
I am getting this object in userResults
{ errorCode: 0,
message: 'This resource is no longer available under v1 APIs',
requestId: 'T81DX5FAEW',
status: 410,
timestamp: 1566548902928 }
Expected user ID, name, photo, etc.