diff --git a/share.html b/share.html index 79d3a6f..1bb7bb0 100644 --- a/share.html +++ b/share.html @@ -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'); + } + \ No newline at end of file