ArkeologeN / node-linkedin

LinkedIn 2.0 wrapper in Node.js
MIT License
163 stars 78 forks source link

login problem #90

Open palashgupta98 opened 5 years ago

palashgupta98 commented 5 years ago

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.

palashgupta98 commented 5 years ago

i have implemented wrong :😅

palashgupta98 commented 5 years ago

[const scope='r_basicprofile','r_emailaddress',] i am able to use this scope only @ArkeologeN

palashgupta98 commented 5 years ago

while updating scopes it throws the error

palashgupta98 commented 5 years ago

@ArkeologeN any update ?

captainjackrana commented 5 years ago

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']