From 2a271fa47e74878df4bb713372c17e37daf17228 Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Tue, 3 Jul 2018 09:23:09 +0800 Subject: [PATCH] lk --- share.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share.html b/share.html index 1bb7bb0..d76ffad 100644 --- a/share.html +++ b/share.html @@ -13,7 +13,7 @@ // Setup an event listener to make an API call once auth is complete function onLinkedInLoad() { console.log('load'); - IN.User.authorize(lk, callbackScope); + IN.User.authorize(lkc); IN.Event.on(IN, "auth", shareContent); }