MobClub / ShareSDK3.x-for-iOS

ShareSDK 3.x for iOS
111 stars 26 forks source link

只有 image 的时候,不能分享到 qq 空间 #27

Open tpctt opened 7 years ago

tpctt commented 7 years ago

只有 image 的时候,不能分享到 qq 空间,提示 204的错误,

这个是 qq 分享的文档 适合用户间进行一对一或一对多的内容推荐,如文章、图片、音乐、网络视频、商品主页等。 http://op.open.qq.com/ios_appinfov2/ability?type=baseAbilityIos&appid=1105767421

这个是你们的文档 /**

JinghuangLiu commented 7 years ago

联系下我们官方技术支持。mob.com底部有QQ

发自我的 iPhone

在 2016年12月15日,下午3:01,TIM notifications@github.com 写道:

只有 image 的时候,不能分享到 qq 空间,提示 204的错误,

这个是 qq 分享的文档 适合用户间进行一对一或一对多的内容推荐,如文章、图片、音乐、网络视频、商品主页等。 http://op.open.qq.com/ios_appinfov2/ability?type=baseAbilityIos&appid=1105767421

这个是你们的文档 /**

设置QQ分享参数 @param text 分享内容 @param title 分享标题 @param url 分享链接 @param thumbImage 缩略图,可以为UIImage、NSString(图片路径)、NSURL(图片路径)、SSDKImage @param image 图片,可以为UIImage、NSString(图片路径)、NSURL(图片路径)、SSDKImage @param type 分享类型, 仅支持Text(仅QQFriend)、Image(仅QQFriend)、WebPage、Audio、Video类型 @param platformSubType 平台子类型,只能传入SSDKPlatformSubTypeQZone或者SSDKPlatformSubTypeQQFriend其中一个 */ — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.