hello.js
hello.js copied to clipboard
LinkedIn scope basic profile no longer supported
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
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.