brainTrain
Results
2
issues of
brainTrain
- modified $facebook.getLoginStatus to always broadcast "fb.auth.authResponseChange" if user is not connected - discussed the issue further here: https://github.com/GoDisco/ngFacebook/issues/65 - I'll be happy to modify any changes based on feedback....
this line here appears to be what's preventing it: https://github.com/GoDisco/ngFacebook/blob/master/ngFacebook.js#L145 if I remove this if/else logic and just resolve the facebook response with the error string in it then $facebook.api...