sinaweibosdk / weibo_ios_sdk

新浪微博 IOS SDK
http://weibo.com
Other
1.45k stars 565 forks source link

ios 通过微博分享网页只见到评论,没有分享标题和链接 #302

Closed BellyABC123 closed 4 years ago

BellyABC123 commented 7 years ago

WBWebpageObject *webObject = [WBWebpageObject object]; // 不能为空,否则会失败 webObject.webpageUrl = @"http://www.baidu.com"; webObject.objectID = @"dd"; //title 不能为空 webObject.title = @"分享"; webObject.description = @"详情内容---哈哈哈"; message.mediaObject = webObject;

分享见不到标题、网址链接,只能见到自己书写的评论