Page 1 of 1

Have you guys updated the LinkedIn Plugin ?

Posted: Mon May 26, 2014 7:03 am
by Aditya Kumar

There seems to be differences from now and a few days ago.

Thanks

I created a new app and loaded the Linkedin Plugin.

Running it gives the error . Uncaught ReferenceError: getTokenService is not defined .

Here is the public URL. http://appery.io/app/view/61f62b64-aa...

PS: I have put in all variables, api key, secret and state.


Have you guys updated the LinkedIn Plugin ?

Posted: Mon May 26, 2014 8:05 am
by Aditya Kumar

Anyyyyyy Progress ??


Have you guys updated the LinkedIn Plugin ?

Posted: Mon May 26, 2014 8:25 am
by Kateryna Grynko

Hi Aditya,

We'll check it.


Have you guys updated the LinkedIn Plugin ?

Posted: Mon May 26, 2014 8:47 am
by Aditya Kumar

ok


Have you guys updated the LinkedIn Plugin ?

Posted: Mon May 26, 2014 9:25 am
by Kateryna Grynko

Aditya,

In LINKEDIN_api.js (line 15) replace:preif (typeof(getTokenService) !== undefined)/preWith:preif (typeof(getTokenService) !== "undefined")/preThis will help.


Have you guys updated the LinkedIn Plugin ?

Posted: Mon May 26, 2014 9:34 am
by Aditya Kumar

Hi Katya,

Thanks for that. I tried that already. The code compiles past that point, but again fails at

pre
getTokenService.execute({

Code: Select all

      success: function(data) { 
                 localStorage.setItem("expiresIn", data.expires_in); 
                 localStorage.setItem("accessToken", data.access_token); 
                 localStorage.setItem("timeOfGetCode", new Date().getTime()); 
                 LINKEDIN_Settings.accessToken = data.access_token; 
                 originalOnSuccess(data); 
             } 
         }); 

/pre

Error: getTokenService not defined.

If I click on getToken under services, the editor does not load anymore.


Have you guys updated the LinkedIn Plugin ?

Posted: Mon May 26, 2014 5:38 pm
by Maryna Brodina

Hello!

We are going to roll back recent update. See more details here http://blog.appery.io/2014/05/importa...

We are sorry for inconvenience.


Have you guys updated the LinkedIn Plugin ?

Posted: Wed May 28, 2014 11:21 am
by Maryna Brodina

Hello!

Could you please provide exact steps to reproduce this problem in your app?