【发布时间】:2011-02-21 21:38:27
【问题描述】:
当我尝试使用 SA_OAuthTwitterEngine 登录 Twitter 时,我收到了错误 401
我收到了代表要求:
- (void) OAuthTwitterController: (SA_OAuthTwitterController *) controller authenticatedWithUsername: (NSString *) username {
但是当我尝试在之后发送推文时:
[_engine sendUpdate: [NSString stringWithFormat:@"Hello World"]];
我收到错误 401:
failed with error: Error Domain=HTTP Code=401 "Operation could not be completed. (HTTP error 401.)"
我已经检查了我的 twitter 应用程序设置:
Type: Client
Default Access type: Read & Write
【问题讨论】:
标签: iphone cocoa twitter oauth http-status-code-401