简体   繁体   中英

How do I get the email address from Python 3 LinkedIn API?

I am using this python3 Linkedin API:

https://github.com/DEKHTIARJonathan/python3-linkedin#production-authentication

I have 4 permissions on my profile: r_basicprofile r_emailaddress rw_company_admin rw_share

Even though this API seems to have nearly everything, I can't figure out how to get a member's email address.

For example when I query my own profile, (through the .get_profile() function), I don't get my email address. I looked through the API code and there doesn't seem to be a way to get a profile's email address.

For people who've used this API, how do you get a profile's email address? Because I can't produce even my own profile's email address

GET http://api.linkedin.com/v1/people/~:(email-address)

此api调用会向您发送用户电子邮件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM