Hi
'linkedin' => array(
'authoauth2:LinkedInV2Auth',
'clientId' => '2KodETR7hsnp80al',
'clientSecret' => 'ADFlKzKmk3UacdfTYU',
'scopes' => ['r_liteprofile', 'r_emailaddress']
)
The above is my authsource.php settings for linkedin authentication, it working fine but only giving me these attributes
linkedin.id, linkedin.firstName, linkedin.lastName and linkedin.emailAddress
Would you please tell me how I can get
linkedin.location.name, linkedin.publicProfileUrl, and linkedin.pictureUrl
Hi
The above is my authsource.php settings for linkedin authentication, it working fine but only giving me these attributes
Would you please tell me how I can get