Aditya Kumar
Posts: 0
Joined: Mon May 19, 2014 5:16 am

Have you guys updated the LinkedIn Plugin ?

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.

Aditya Kumar
Posts: 0
Joined: Mon May 19, 2014 5:16 am

Have you guys updated the LinkedIn Plugin ?

Anyyyyyy Progress ??

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Have you guys updated the LinkedIn Plugin ?

Hi Aditya,

We'll check it.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Have you guys updated the LinkedIn Plugin ?

Aditya,

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

Aditya Kumar
Posts: 0
Joined: Mon May 19, 2014 5:16 am

Have you guys updated the LinkedIn Plugin ?

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Have you guys updated the LinkedIn Plugin ?

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Have you guys updated the LinkedIn Plugin ?

Hello!

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

Return to “Issues”