angular2-social-login icon indicating copy to clipboard operation
angular2-social-login copied to clipboard

Simple client side social authentication for Angular2 application.

Results 17 angular2-social-login issues
Sort by recently updated
recently updated
newest added

Cannot read property 'authorize' of undefined more details ERROR TypeError: Cannot read property 'authorize' of undefined at Observable._subscribe (auth.service.js:82) at Observable.webpackJsonp.../../../../rxjs/Observable.js.Observable._trySubscribe (Observable.js:171) at Observable.webpackJsonp.../../../../rxjs/Observable.js.Observable.subscribe (Observable.js:159) at LoginComponent.webpackJsonp.../../../../../src/app/auth/components/login/login.component.ts.LoginComponent.linkedinlogin (login.component.ts:71) at Object.eval...

![untitled](https://user-images.githubusercontent.com/16270049/39166293-52cbc336-47a2-11e8-93e0-ef6edac8a455.png)

I am getting following error: import { Injectable } from "@angular/core"; ^^^^^^ SyntaxError: Unexpected token import at createScript (vm.js:80:10) at Object.runInThisContext (vm.js:139:10) at Module._compile (module.js:607:28) at Object.Module._extensions..js (module.js:654:10) at Module.load...

It seems that FB.api() adds a script to the page and executes a callback (which eventually executes your callback). Since this added script is run outside the Angular zone, you...

If local storage is not permitted ( safari ios 10 ) write to cookies instead

safari with ios 10 ( on the internet stack overflow says that ios 11 fix that) don't give permission to write to local storage there for when you invoke any...

Facebook Login produces a blank pop-up after login since Windows 10 updates. Is not showing any error in the console. I have detected an issue (I think) in edge. you...

I am implementing social login. To get access token from google oauth2: ``` this.authService.socialSignIn("google").subscribe((data: any) => { this.http.post(url, {access_token: data.token}, httpOptions).subscribe(() => { .... } }); ``` But this doesn't...

Is there is any way i can get gender with facebook and google login .

I've gotten facebook and google to work properly. Linkedin is buggy. Returning undefined email once, then not returning anything and the modal closes immediately on open.