NSData *data =?[[NSData alloc] initWithContentsOfURL:你的URL];
QQApiImageObject *object = [[QQApiImageObject alloc] initWithData:data previewImageData:data title:title description:description];
[QQApiInterface SendReqToQZone:req];
這樣發(fā)送,分享的還是QQ而不是QQ空間。
需要在[QQApiInterface SendReqToQZone:req];前添加
uint64_t cflag =1;
?[object setCflag:cflag];
以上。