Objective c 从iphone登录twitter时出现问题

Objective c 从iphone登录twitter时出现问题,objective-c,cocoa-touch,ios4,twitter,Objective C,Cocoa Touch,Ios4,Twitter,我正在使用MATwitterEngine在iphone应用程序中实现twitter。 但在登录时,我有以下错误: Fail: Error Domain=HTTP Code=401 "The operation couldn’t be completed. (HTTP error 401.)" 可能有什么问题?您必须使用O-Auth进行登录: 不幸的是,您必须实现O-Auth,不能再简单地管理用户的密码和自己登录。 TwitterOAuth iPhone包括MGTwitterEngine

我正在使用
MATwitterEngine
在iphone应用程序中实现twitter。 但在登录时,我有以下错误:

Fail: Error Domain=HTTP Code=401 "The operation couldn’t be completed. (HTTP error 401.)"

可能有什么问题?

您必须使用O-Auth进行登录:

不幸的是,您必须实现O-Auth,不能再简单地管理用户的密码和自己登录。 TwitterOAuth iPhone包括MGTwitterEngine