Ionic/cloud-angular FacebookAuth gives empty error
问题 I've added ionic cloud services to my app and want to use the native FaceBook authentication. import { FacebookAuth } from '@ionic/cloud-angular'; this.facebookAuth.login() When running this function on an Android phone, as expected I get the Facebook prompt to ask if my app can get permissions to read profile and email. When I click YES, the function returns an empty ERROR object: Object {} I'm sure I am catching it right, because when I choose CANCEL on the FB prompt, I get this error