Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am facing a problem. On a website I wish to find details of various people(public profiles). I created the LinkedIN API and did the coding. I am able to pull the profile details properly. But the problem arises when i sign-out of LinkedIN. Then the profile details are not seen. So is there any way to get profile details without the viewer needing to sign-in???
Posted

1 solution

Get the paid service from linked in. They will provide you with the required inofrmation
 
Share this answer
 
Comments
Siddhesh Patankar 30-Mar-12 1:02am    
Is there no other way as in providing my user ID and password by code itself and signing out after the information is displayed????
bbirajdar 30-Mar-12 1:08am    
Since linked in has premium features i.e. paid membership options , it restricts the users access to linked-in data according to the the user's package.

As per this statement of yours "I am able to pull the profile details properly. But the problem arises when i sign-out of LinkedIN. Then the profile details are not seen." ---- I would suggest that you update your local database whenever you sign-in into the linked-in so that the data will be available to your users.

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