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);
}