下载官方的1.8.1SDK,
按照如下方法调用定向分享:
QQApiNewsObject *img = [QQApiNewsObject objectWithURL:[NSURL URLWithString:url] title:title description:message previewImageData:data];
SendMessageToQQReq *req = [SendMessageToQQReq reqWithContent:img];
QQApiSendResultCode result = [QQApiInterface sendReq:req];
返回总是EQQAPIAPPNOTREGISTED,何解?
没有文档,没有源码,怎么搞定?
另外我拦截了一下demo中调用的url:
mqqapi://share/to_fri?title=dGl0bGU=&description=RGVzYw==&generalpastboard=1&file_type=news&callback_name=QQ0003640E&callback_type=scheme&src_type=app&objectlocation=pasteboard&version=1&url=aHR0cDovL3d3dy4xNjMuY29t
title传的是“title”, description传的是“desc”,哪位大神指点一下,这是什么编码?
按照如下方法调用定向分享:
QQApiNewsObject *img = [QQApiNewsObject objectWithURL:[NSURL URLWithString:url] title:title description:message previewImageData:data];
SendMessageToQQReq *req = [SendMessageToQQReq reqWithContent:img];
QQApiSendResultCode result = [QQApiInterface sendReq:req];
返回总是EQQAPIAPPNOTREGISTED,何解?
没有文档,没有源码,怎么搞定?
另外我拦截了一下demo中调用的url:
mqqapi://share/to_fri?title=dGl0bGU=&description=RGVzYw==&generalpastboard=1&file_type=news&callback_name=QQ0003640E&callback_type=scheme&src_type=app&objectlocation=pasteboard&version=1&url=aHR0cDovL3d3dy4xNjMuY29t
title传的是“title”, description传的是“desc”,哪位大神指点一下,这是什么编码?