JohnVituli

Results 1 comments of JohnVituli

you can try this ``` this.fb.getLoginStatus() .then(res=>{ if(res && res.status == 'connected'){ this.fb.logout() .then(res=>{console.log(res)}) .catch(this.handleError); } }).catch(this.handleError) ```