login problem
Hi just tries your example as illustrated by you https://github.com/ArkeologeN/node-linkedin/issues/62#issuecomment-276382683
but in the screen i got Bummer, something went wrong. We're having difficulty connecting.
i have implemented wrong :😅
[const scope='r_basicprofile','r_emailaddress',] i am able to use this scope only @ArkeologeN
while updating scopes it throws the error
@ArkeologeN any update ?
Linkedin now allows only the liteprofile scope by default. For additional profile fields, your app must submit a seperate requests.
Try using const scope=['r_liteprofile','r_emailaddress']