Closed SuperFred closed 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']
done
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']