Im following all these instructions to fetch my connections of linkedin in my rails app
here gist www.gist.github.com/sreeharikmarar/6364970
It gives the connections very well, but this does not give the email ids of the connection.
profile = @linkedin_client.profile(:fields=>["connections"])
How can i get the email ids of my connections.
Try this to get connections:
From this Source
Note:
Reference : LinkedIn Connections Api