我使用Twitter-OAuth-iPhone。401未經授權在iPhone上使用twitter與oauth
當我嘗試在Twitter登錄與SA_OAuthTwitterEngine
,我收到一個錯誤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.)"
我有CHEC k我的twitter應用程序設置:
Type: Client
Default Access type: Read & Write
如何?在Twitter的API控制檯? – Tony 2012-02-14 19:17:26