sinaweibosdk / weibo_ios_sdk

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

首次安装微博,分享问题 #312

Closed whoneedfire closed 4 years ago

whoneedfire commented 7 years ago

首次安装微博,使用sdk分享 WBSendMessageToWeiboRequest weiboRequest = [WBSendMessageToWeiboRequest requestWithMessage:message authInfo:authorize access_token:nil]; weiboRequest.userInfo = nil; BOOL isSuccess = [WeiboSDK sendRequest:weiboRequest]; 调起微博后跳回app,-(void)didReceiveWeiboResponse:(WBBaseResponse )response返回WeiboSDKResponseStatusCodeUnknown。 之后使用正常,有解决方法吗?

yangfangkuo commented 5 years ago

同样问题

syosan commented 5 years ago

有人回答了?有解决了吗?