Closed BellyABC123 closed 4 years ago
WBWebpageObject *webObject = [WBWebpageObject object]; // 不能为空,否则会失败 webObject.webpageUrl = @"http://www.baidu.com"; webObject.objectID = @"dd"; //title 不能为空 webObject.title = @"分享"; webObject.description = @"详情内容---哈哈哈"; message.mediaObject = webObject;
分享见不到标题、网址链接,只能见到自己书写的评论
WBWebpageObject *webObject = [WBWebpageObject object]; // 不能为空,否则会失败 webObject.webpageUrl = @"http://www.baidu.com"; webObject.objectID = @"dd"; //title 不能为空 webObject.title = @"分享"; webObject.description = @"详情内容---哈哈哈"; message.mediaObject = webObject;
分享见不到标题、网址链接,只能见到自己书写的评论