Closed GoogleCodeExporter closed 9 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
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
Original issue reported on code.google.com by
shyam.sh...@gmail.com
on 12 Mar 2013 at 8:15