Posts

Showing posts with the label Linkedin Login

Login with Linkedin Using Javascript

Login with Linkedin Using Javascript For more information visit: http://developers.linkedin.com/documents/getting-started-javascript-api <!--Script for LinkedIn Login add in head --> <script type="text/javascript" src="https://platform.linkedin.com/in.js">       api_key: 75dtnfjj******       authorize: true       lang:  en_US </script> <script type="text/javascript"> // JavaScript Document function signupLinkedIn() {     IN.User.authorize(onLinkedInAuth);     if(IN.User.isAuthorized())     {         //DO STUFF         //console.log('welcome');     }     return false; }; function onLinkedInAuth() {    // we pass field selectors as a single parameter (array of strings)    IN.API.Profile("me")     .fields(["...