madscientistone / socialauth-net

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

Getting Email ID from Linked In #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
   I able to successfully integrate the demo application in my website.
I am using facebook and LinkedIn in my application,i get email id when user 
signup with facebook but when user signup with linkedIn,i am getting first name 
and last name of user,instead of this i want email id of that user.
   I searched on net and found that LinkedIn share the user profile,i tried by adding AdditionalScopes to config file but its not working.
Here is the link that found 
,'https://developer.linkedin.com/documents/authentication#'

Thanks 
Shyam Shinde

Original issue reported on code.google.com by shyam.sh...@gmail.com on 25 Jan 2013 at 7:36

GoogleCodeExporter commented 9 years ago
2.3.1 supports email. All you need to do is change your DLL to 2.3.1. You'll 
get email from LinkedIn. If you want to specify scope explicitly then you need 
to add "r_emailaddress" as additional scope to linked In. But you'd do so only 
if you set ScopeLevel = "Custom".

Deepak

Original comment by deepak.a...@3pillarglobal.com on 29 Jan 2013 at 1:04

GoogleCodeExporter commented 9 years ago

Original comment by deepak.a...@3pillarglobal.com on 29 Jan 2013 at 1:34

GoogleCodeExporter commented 9 years ago
Thanks,that worked for me.

Shyam 

Original comment by shyam.sh...@gmail.com on 16 Feb 2013 at 10:18