mssaravanan / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

LinkedInImpl does not seem to return email address of the user #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is there a way to get the email address of the user on linkedin? The 
LinkedInImpl does not seem to return back the email address of the user.

I have configured socialauth for facebook and linkedin. Facebook is returning 
me the email address while linkedin is returning me the first name and other 
things also(I suppose) but not the email address of the user.

If there is no option to get the email address using current implementation. 
What all things need to be done to configure a custom linkedInImpl in place of 
socialauth's LinkedInImpl?

Original issue reported on code.google.com by nisha.go...@joshlabs.in on 19 Dec 2012 at 1:44

GoogleCodeExporter commented 8 years ago
Hi You can download the latest socialauth java source code(go from 
socialauth.in)

In LinkedinImpl.java  check getProfile() function and add the code for email. 
Currently we may not be parsing email address.

After adding the code you can add create the new project as jar or add the 
source code to your project.

Original comment by vineet.a...@3pillarglobal.com on 19 Dec 2012 at 1:52

GoogleCodeExporter commented 8 years ago

Original comment by vineet.a...@3pillarglobal.com on 24 Dec 2012 at 11:52

GoogleCodeExporter commented 8 years ago
Hi , We have release the new socialauth version . You can get the linkedin 
email address.

Original comment by vineet.a...@3pillarglobal.com on 7 Mar 2013 at 2:14