heresy / angular2-social-login-example

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

Linkedin login issue #13

Open Anil47 opened 7 years ago

Anil47 commented 7 years ago

When we login with linkedin then pop up is opening and showing message “uh oh!” because client_id is not passing which we are assigning inside the provider . what will be the solution of this, would you please help me for this issue.

joncorrin commented 7 years ago

I too am having issues with Linkedin. With a clear browser, the modal pops up, I log in, then it either returns nothing or returns an email of undefined. After that first instance, the modal pops up then disappears without returning a response.

cesarvega commented 7 years ago

That is because in my case I had imported the framework twice as I was using lazy loading, check on that that might fix your issues .. I will look into what exactly i did to fix mine .. I will get back

joncorrin commented 7 years ago

In my case I am not using lazy loading and do not have the framework imported twice. I actually have gotten linkedin to send a response but i return email of undefined now. I believe this is a bug.

nosuic commented 7 years ago

Linkedin is working for me -actually all 3 work- returning the e-mail as normal. @joncorrin a suggestion: make sure the "r_emailaddress" checkbox is checked in Linkedin under "Default Application Permissions".

joncorrin commented 7 years ago

Wow, thanks @nosuic . Clearing browser cache and doing that solved it.