@ -12,6 +12,8 @@
// Setup an event listener to make an API call once auth is complete
function onLinkedInLoad() {
console.log('load');
IN.User.authorize(lk, callbackScope);
IN.Event.on(IN, "auth", shareContent);
}
@ -43,6 +45,10 @@
.error(onError);
function lk() {
console.log('login');
</script>
</body>
</html>