调用plus.share.sendWithSystem分享到Facebook,返回{"code":-2,"message":"usercancelled,https://ask.dcloud.net.cn/article/282"},有人遇到这个问题吗,点击分享微博都是可以的,只有点击Facebook返回这个错误码,也不能打开Facebook
代码:plus.share.sendWithSystem({ content: '分享链接', href: 'https://www.dcloud.io/' }, function () {
console.log('分享成功');
}, function (e) {
console.log('分享失败:' + JSON.stringify(e));
});
1 个回复
c***@techrollll.com
我可以分享到facebook,但在facebook点击分享链接拉不起应用。请问您有解决这个问题嚒?