Skip to content

Instantly share code, notes, and snippets.

@brikis98
Created July 22, 2011 22:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brikis98/1100630 to your computer and use it in GitHub Desktop.
Save brikis98/1100630 to your computer and use it in GitHub Desktop.
Getting started with LinkedIn API's
<!-- Add the following to the head of your webpage: -->
<script type="text/javascript" src="http://platform.linkedin.com/in.js">
api_key: your_api_key_goes_here
</script>
<html>
<head>
<title>LinkedIn API Example</title>
<script type="text/javascript" src="http://platform.linkedin.com/in.js">
api_key: your_api_key_goes_here
</script>
</head>
<body>
<h1>LinkedIn API Example</h1>
<script type="in/Login">
Hello, <?js= firstName ?> <?js= lastName ?>.
</script>
</body>
</html>
<!-- Add this snippet in the body of your webpage -->
<script type="in/Login">
Hello, <?js= firstName ?> <?js= lastName ?>.
</script>
@brikis98
Copy link
Author

brikis98 commented Aug 9, 2011

See Hackdays: Playgrounds for the Imagination for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment