hello.js icon indicating copy to clipboard operation
hello.js copied to clipboard

LinkedIn scope basic profile no longer supported

Open cleavera opened this issue 6 years ago • 1 comments

For linkedin oAuth the mapping is for scope basic to r_basicprofile however this profile is no longer supported by linkedin as of 1st March, the new profile is r_liteprofile. This results in trying to authorise against a scope that does not exist

https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq

The mapping should be changed to the new r_liteprofile

cleavera avatar May 23 '19 11:05 cleavera

The problem is that hello.js is still on the v1 version of the linkedin API, which was deprecated on March 1, 2019. For more details, see See https://github.com/MrSwitch/hello.js/issues/585.

karthicks avatar Sep 06 '19 05:09 karthicks