diadal / vue-social-auth

Laravel Vue (SPA) Social Auth
75 stars 27 forks source link

Linkedin connect not working #8

Closed SuperFred closed 5 years ago

SuperFred commented 5 years ago

Linkedin connect not working , response is : you need to pass the "scope" parameter

Fixed by changing linkedin parameters like this : requiredUrlParams: ['state','scope'], scope: ['r_emailaddress','r_liteprofile'],

instead of requiredUrlParams: ['state'], scope: ['r_emailaddress']

diadal commented 5 years ago

done