We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看了一下Demo和文档,发现没有设置Delegate的地方。 SendMessageToWeiboViewController.h这个里面有服从WBHttpRequestDelegate这个代理,但是整个SendMessageToWeiboViewController.m中,却没有设置代理的地方,目前代理都是默认的当前的对象么,没法自己设置了?
The text was updated successfully, but these errors were encountered:
[WBHttpRequest requestWithAccessToken:response.accessToken url:@"https://api.weibo.com/2/users/show.json" httpMethod:@"GET" params:dict delegate:self withTag:@"userInfo"]; 當中有呀
Sorry, something went wrong.
ÊÕµ½£¬Ð»Ð»
At 2013-12-22 17:50:35,"Horst Leung" [email protected] wrote:
[WBHttpRequest requestWithAccessToken:response.accessToken url:@"https://api.weibo.com/2/users/show.json" httpMethod:@"GET" params:dict delegate:self withTag:@"userInfo"]; ®”ÖÐÓÐѽ
¡ª Reply to this email directly or view it on GitHub.
No branches or pull requests
看了一下Demo和文档,发现没有设置Delegate的地方。
SendMessageToWeiboViewController.h这个里面有服从WBHttpRequestDelegate这个代理,但是整个SendMessageToWeiboViewController.m中,却没有设置代理的地方,目前代理都是默认的当前的对象么,没法自己设置了?
The text was updated successfully, but these errors were encountered: