nguyentientoan / socialauth-net

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

Getting additional Information from linkedin #170

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi Deepak,
 Can I get the education details of user from linkedin site?

Thanks,
Shyam.

Original issue reported on code.google.com by shyam.sh...@gmail.com on 12 Mar 2013 at 8:15

GoogleCodeExporter commented 8 years ago
 var result = SocialAuthUser.GetCurrentUser().ExecuteFeed(
                "http://api.linkedin.com/v1/people/~/connections:(headline,first-name,last-name,educations)",
                TRANSPORT_METHOD.GET, PROVIDER_TYPE.LINKEDIN);

            string xml = new StreamReader(result.GetResponseStream()).ReadToEnd();

Regards,
Deepak

Original comment by deepak.a...@3pillarglobal.com on 12 Mar 2013 at 10:09

GoogleCodeExporter commented 8 years ago
Hi Deepak,
   With code given by you,i am getting the user connections names and their designation.I want the education details of the user who is logging to the application.

Thanks,
Shyam

Original comment by shyam.sh...@gmail.com on 12 Mar 2013 at 1:18