Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linkedin How to get email addresses of connections

I am adding 'Invite a Friend' on my website, for that I have planned to included email grabber. I have tried http://openinviter.com/demo/ but you can see its not working for Linkedin, its mentioned on that demo page too.

How can I grab Email Addresses of LinkedIn Connections ? Preferably in PHP.

like image 424
Riz Avatar asked Sep 21 '12 10:09

Riz


2 Answers

For connections, you can only grab the most basic profile fields, which does not include email address:

For 1st and 2nd degree connections, you may only retrieve profile fields available with the r_basicprofile member permission

https://developer.linkedin.com/documents/connections-api

like image 81
Unpossible Avatar answered Oct 25 '22 20:10

Unpossible


At the moment nothin' changed about connections. Only basic profile fields available for connections. I think it is logical that if current member must confirm access to his email separately from his profile fields - the emails of his connections are not confirmed by those members, so they cannot be viewed.

like image 27
ishubin Avatar answered Oct 25 '22 21:10

ishubin