腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(128)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
TWRequest
泄露?
Im在ios5中使用
TWRequest
,但Leaks报告了
TWRequest
的内存泄漏。 我正在做这样的事情,我是不是做错了什么?
TWRequest
*postRequest = [[
TWRequest
alloc] initWithURL:[NSURL URLWithString:@"http://api.twitter.comoutput = [NSString stringWithFormat:@"HTTP response status: %i", [urlResp
浏览 0
修改于2011-11-09
得票数 3
回答已采纳
1
回答
ACAccount和
TWRequest
出错
这是我的代码 requestMethod:TWRequestMethodGET]; [
twRequest
浏览 10
提问于2012-09-12
得票数 0
回答已采纳
1
回答
如何访问
TWRequest
.h
我遇到的问题是在我的本地机器上找不到
TWRequest
.h。我对这个环境还不熟悉。谁能指导我在哪里/如何将
TWRequest
.h添加到环境/路径中?
浏览 0
提问于2013-01-17
得票数 0
回答已采纳
1
回答
TWRequest
post回复NSURLErrorDomain
我在使用
TWRequest
接口回复推文时遇到问题。我可以成功地发布新的推文/状态,但回复失败,错误如下。in_reply_to_status_id); elseparamDict = [NSDictionary dictionaryWithObject:status forKey:@"status"];initWithURL:[NSURL URLWithString:@"https:/
浏览 21
修改于2013-04-29
得票数 4
1
回答
在
TWRequest
中过滤转发
我正在使用
TWRequest
来查询推特。我想知道如何添加+排除:转发过滤器在URL的末尾。dictionaryWithObjectsAndKeys:@"50", @"rpp", @"true", @"include_entities", searchParams, @"q", nil];
TWRequest
*request = [[
TWRequest
alloc] initWithURL:[NSURL URLWithString:searc
浏览 7
提问于2012-07-04
得票数 0
1
回答
如何使用
TWRequest
更改头像
如何使用
TWRequest
更改头像,我使用以下代码发布到timeLine //https://upload.twitter.com/1/statuses/update_with_media.json
TWRequest
*postRequest =
浏览 6
提问于2012-06-06
得票数 1
2
回答
代表app的
TWRequest
调用?
如果用户之前已经使用Twitter登录,我可以使用
TWRequest
通过[request setAccount:self.account]调用该接口,但如果没有,请求将返回"Bad Authentication我在推特上创建了一个应用程序,我如何在
TWRequest
中使用消费者密钥和消费者秘密,或者这些只用于OAuth和用户?
浏览 1
提问于2013-07-12
得票数 0
回答已采纳
2
回答
推特怎么会知道
TWRequest
的来源呢?
TWRequest
使用由iOS上的所有应用共享的通用ACAccount。应用程序不会指定自己的consumer_key,那么Twitter如何知道特定的
TWRequest
来自哪个应用程序呢?
浏览 4
提问于2012-09-27
得票数 0
1
回答
发布回复时
TWRequest
崩溃
我正在使用
TWRequest
向Twitter发布回复(使用"in_reply_to_status_id"),但由于某种原因,
TWRequest
崩溃了。paramDict = [NSDictionary dictionaryWithObject:tweet forKey:@"status"]; postRequest = [[
TWRequest
浏览 1
提问于2011-12-10
得票数 1
回答已采纳
1
回答
从推特
TWRequest
处理程序泄漏
有没有人知道为什么下面的代码会泄漏符号标识符:'dispatch_queue_create':- (void)loadSomeTweets:@"%23WatchingTheVoice", @"q", nil];
TWRequest
*targetedRequest = [[
TWRe
浏览 2
修改于2012-02-21
得票数 2
回答已采纳
2
回答
TWRequest
是否适用于推特流api?
我使用
TWRequest
对象通过twitter search api来完成此任务。我想知道在这种情况下是否可以继续使用
TWRequest
对象,或者是否需要实际切换到使用NSURLConnection?提前感谢! Avtar
浏览 0
提问于2011-12-20
得票数 4
回答已采纳
1
回答
如何使用
TWRequest
将地理位置附加到推文
我想将用户的位置附加到
TWRequest
。我试着修改url (类似于:"http://api.twitter.com/1/statuses/update.json?我的
TWRequest
:
TWRequest
*postRequest = [[
TWRequest
alloc] initWithURL:
浏览 0
提问于2012-01-08
得票数 1
回答已采纳
1
回答
ARC项目中的
TWRequest
泄漏
- (void)getDataForRequest:(
TWRequest
*)postRequest withSelector:(SEL)selector { if (twitterAccount !
浏览 6
修改于2012-02-29
得票数 1
1
回答
如何使用iOS
TWRequest
for iOS 5获取Twitter用户详细信息
如何将
TWRequest
用于iOS 5以获取Twitter用户详细信息, NSURL *url = [NSURL URLWithString:@"httpsdictionaryWithObjectsAndKeys:twittername,@"screen_name",nil]; request = [[
TWRequest
浏览 1
提问于2013-07-31
得票数 0
回答已采纳
1
回答
如何判断
TWRequest
performRequestWithHandler失败或成功
我正在发布一个请求,并检查这样的错误:dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^(void) { if ([urlResponse statusC
浏览 7
修改于2012-12-06
得票数 2
2
回答
TWRequest
中的EXC_BAD_REQUEST问题
NSURL *url2 = [NSURL URLWithString:@"https://api.twitter.com/oauth/access_token"];
TWRequest
* accessTokenRequest = [[
TWRequest
alloc] initWithURL:url2 parameters:accessTokenRequestParams requestMethod
浏览 14
修改于2012-01-10
得票数 0
回答已采纳
4
回答
iOS 6.0中不推荐使用
TWRequest
-我可以使用什么来代替?
我找到了
TWRequest
,它的工作方式和我要找的一模一样。但是:我收到一则通知:"
TWRequest
已被弃用:在iOS 6.0中首次被弃用“。我应该用什么来代替呢?
浏览 7
修改于2013-01-10
得票数 25
回答已采纳
1
回答
tableView单元格中字典中的
TWRequest
我正在尝试传播一个带有自定义单元格的表视图,该单元格包含
TWRequest
的结果,但没有成功。我尝试将tweet存储在一个字典对象中,然后调用一个ObjectAtKey请求并放入一个字符串中。谢谢-{
TWRequest
*request = [[
TWRequest
alloc] initWithURL:[NSURL URLWithString:
浏览 9
提问于2012-06-07
得票数 0
1
回答
在非ARC项目中使用时,
TWRequest
似乎会泄漏
Instruments (Leaks)在使用
TWRequest
时报告内存泄漏,我看不出自己做错了什么。以下是重现该问题的步骤:
TWRequest
*postRequest= [[
TWRequest
alloc] initWithURL:[NSURL URLWithString:@"http://api.twitter.com/1/statuses
浏览 0
修改于2017-05-23
得票数 5
2
回答
iOS的推特框架-为什么
TWrequest
.h导入<Social/SLRequest.h>?
在Twitter框架内的
TWRequest
.h中,它导入以下内容但是
TWRequest
是为iOS 5构建的,既然这些是为iOS 6构建的,那么为什么要导入社交框架的文件呢
浏览 1
提问于2012-12-04
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
点击加载更多
领券