Click here to Skip to main content
15,899,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi!


Can any one help me how to do the following concept :

in our project we are having the contractor with basic details...
in that same form i need to give linked in button .. if the person with what username and password he is login to the application same username and password he has to use to the linked in also... and if he is doing any modifications in the linked in those should be updated in the our db also... This process has to be done without using login details of linked in.. We can use Public profile URL of linked in



please let me know how to do this process
Posted
Updated 21-May-12 19:03pm
v2

Hi,

do you've already checked the LinkedIn API? That should be your starting point.
I think the difficult part is to update the database if user changed something, but maybe there're such kind of events integrated in api.

https://developer.linkedin.com/apis[^]


Best Regards
 
Share this answer
 
Comments
surikarthi 12-Mar-12 7:29am    
i have gone to that link but i have not understood what to do..
first let me know how to link the linked in to my application in c#
El_Codero 12-Mar-12 7:34am    
Download the LinkedIn Library for c# here. http://linkedintoolkit.codeplex.com/ and add reference to it in your project.
See digimanus link above where some examples are provided.Regards
surikarthi 12-Mar-12 8:29am    
OK i will go through it
El_Codero 12-Mar-12 9:24am    
Good Luck, if you have further specified problems you're welcome at CP. Best Regards
surikarthi 18-May-12 7:28am    
i have seen link what u have given its asking abt usrname n psw but i need to fetch the details using the public profile url..
can you help me to fetch details without login form only using the public profile url
here[^] you go.
 
Share this answer
 
Please take a look at the C# and asp.net code at ASP.NET - Login and SingUp with LinkedIn API
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900