1

我正在使用 Ionic 5。我想将集成 LinkedIn 添加到我的应用程序中。我也在使用这个Cordova 插件。

ionic cordova plugin add cordova-plugin-linkedin --variable APP_ID=YOUR_APP_ID
npm install --save @ionic-native/linkedin

错误是:当我要单击登录时,LinkedIn 启动画面会打开一秒钟。然后错误显示此错误。

Error logging in {
  "errorCode": "UNKNOWN_ERROR",
  "errorMessage": "The passed in mobile identifier is invalid \"com.myapp\""
}

我正在查看我的 LinkedIn 开发人员帐户,但没有添加捆绑 ID 的选项。

4

0 回答 0