How to get email address and lite profile from linkedIn api v2 (api.linkedin.com/v2)
Can not get email from https://api.linkedin.com/v2/me?oauth2_access_token=xxxx
Requested &scope=r_emailaddress%20r_liteprofile
How to get email address and lite profile from linkedIn api v2 (api.linkedin.com/v2)
Can not get email from https://api.linkedin.com/v2/me?oauth2_access_token=xxxx
Requested &scope=r_emailaddress%20r_liteprofile
you need to make a separate call
GET https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))
https://api.linkedin.com/v2/me
endpoint for the basic profile and another call to the https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))
endpoint to get the email in their ridiculous handle format. –
Tinder © 2022 - 2024 — McMap. All rights reserved.