heresy / angular2-social-login-example

angular2-social-login Example
13 stars 17 forks source link

Error when signing in for linkedin #8

Open anwiednn opened 7 years ago

anwiednn commented 7 years ago

Hi,

first thanks for this great package. I was able to use it successfully for both Facebook and Google. I also have setup a linkedin application and setup as per your instructions.

However it falls over with the following description: Cannot read property 'authorize' of undefined

While debugging I found out that it seems to happen when calling the method login in the AuthService class. The IN.User is undefined and therefore the authorize method called fails.

I provided a screenshot for you:

capture

Another, but rather minor problem was receiving and error when closing the popup dialog using the Google API.

capture2

Thanks again for this great package!

cesarvega commented 7 years ago

Im getting a popup window in blank with a small message "uh oh!" but i install the same code in another project and the linked-in app works is so weird , now I'm changing the declaration of the module in different modules to see if it makes any difference ..

rockers007 commented 6 years ago

Im getting same issue,please suggest if someone has solution

captainjackrana commented 6 years ago

+1 on this issue.. Anyone has any solutions?

rockers007 commented 6 years ago

@captainjackrana :please check this link https://github.com/heresy/angular2-social-login-example/issues/17