Facebook错误:SERVER_ERROR:[代码] 1675030 [消息]:查询错误。 [额外]:空

时间:2018-10-05 00:57:17

标签: facebook ionic-framework

我正在使用Ionic 3和cordova-plugin-facebook4,但是执行Facebook提供程序方法登录时(@ ionic / native)错误返回-> Facebook错误:SERVER_ERROR:[代码] 1675030 [消息]:查询错误。 [额外]:空。

CODE:
  facebookLogin() {
    this.facebook.login(['public_profile', 'email'])
    .then((res: FacebookLoginResponse) => console.log('Logged into Facebook!', res))
    .catch(e => console.log('Error logging into Facebook', e));
  }

0 个答案:

没有答案