Click here to Skip to main content
15,893,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to connect my loginpage which contain user name and password,then when I click my submit button it will view all the information stored in linkedIn. Can anybody please help me?


thanks in advanced.
i am giving some code please help me.

HTML
<html>
<head>
<title>Login/Registration Example
</title>
<script type="text/javascript" src="http://platform.linkedin.com/in.js">
   api_key:   DXjUrY-9apre6gnyK080MpTIoIS4f38AleG08Y0kLM0DH2xeNQATIfDMuoisCMO_
   authorize: true
   </script>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link media="all" type="text/css" href="http://developer.linkedinlabs.com/tutorials/css/jqueryui.css" rel="stylesheet"/>
         <script type="text/javascript" src="http://code.jquery.com/jquery-1.5b1.js"></script> 
            <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.7/jquery-ui.min.js">
            </script>
            </head>
            <body class="yui3-skin-sam   yui-skin-sam"> 
               <script type="IN/Login">
                  <form action="/register.html"> 
                  <p>Your Name: <input type="text" name="name" value=" " /></p>
                  <p>Your Password: <input type="password" name="password" /></p><input type="hidden" name="linkedin-id" value="" />
                  <input type="submit" name="submit" value="Sign Up"/>
                  </form>
                  </script>
                  </body> .
Posted
Updated 22-Sep-11 22:57pm
v2

1 solution

Hi,

Take a look at this websites, they might help:

https://developer.linkedin.com/

http://blog.linkedin.com/category/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