Closed jaruesink closed 8 years ago
Try logging out of Facebook and then logging in. The following is never true, need to find a better way.
if ( this.FB.getAuthResponse() ) { this.loginService.isLoggedIn = true; this.loginService.userLogin(); } else { console.log('Facebook Login user not returned.'); }
fixed
Try logging out of Facebook and then logging in. The following is never true, need to find a better way.