我从[https://www.djamware.com/post/5971421e80aca7414e78a658/ionic-3-angular-4-and-cordova-linkedin-authentication-tutorial][1]中获得了编码参考 在代码的这一点上,我遇到了错误
scopes: LinkedInLoginScopes[] = ['r_basicprofile', 'r_emailaddress', 'rw_company_admin', 'w_share'];
错误消息是
找不到名称“ LinkedInLoginScopes”。
答案 0 :(得分:0)
我建议您从native / linkedIn导入LinkedInLoginScopes
import { LinkedIn, LinkedInLoginScopes } from '@ionic-native/linkedin';
并在构造函数之前声明或使用它。
如果仍然无法使用,请查看turfjs