【发布时间】:2013-09-13 14:35:47
【问题描述】:
我正在尝试使用 twitter api 并获得响应
{"errors":[{"message":"Bad Authentication data","code":215}]}
我正在使用来自twitter site 的代码 我已经在模拟器中设置了 twitter 帐户,并且还在设备上尝试过(也通过注销和重新登录重试了很多次)但我无法获得 访问权限
[self.accountStore
requestAccessToAccountsWithType:twitterAccountType
options:NULL
completion:^(BOOL granted, NSError *error) {
if (granted) {
// getting granted false i.e. I am not reaching here
}
}
那么,我还需要做什么?任何评论,答案表示赞赏。
【问题讨论】: