From 72b08954fbc4b1767351f318180b31811efc5a88 Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Tue, 3 Jul 2018 09:22:04 +0800 Subject: [PATCH] lk --- share.html | 6 ++++++ 1 file changed, 6 insertions(+) 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