简体   繁体   English

在iPhone的Twitter中验证登录页面

[英]Validate login page in Twitter in iPhone

I am woking on twitter application. 我正在使用Twitter应用程序。 I have used "Twitter Request" package and implemented in my application and posted a tweet messages successfully. 我已经使用“ Twitter请求”包并在我的应用程序中实现了该应用,并成功发布了一条推文消息。 Now i want to validate the login page, whether the user typed the user name and pass word is correct or not. 现在,我想验证登录页面,无论用户键入的用户名和密码是否正确。 If the user types the correct datails, the message will be posted otherwise display some alert message. 如果用户键入正确的数据,该消息将被发布,否则显示一些警报消息。 And i have one doubt, which API is used to better in the appln?(MGTwitterEngine,Oauth etc.,). 我有一个疑问,哪个API用于appln更好?(MGTwitterEngine,Oauth等)。 I am very new to this topics. 我对这个话题很陌生。 So please guide me. 所以请指导我。 Is there any sample code or tutorials are availble for validation?. 是否有任何示例代码或教程可用于验证?

Thanks. 谢谢。

Twitter Request Package is not enough to implement TWitter (to validate) login authentication and for implement that before you should be known about OAuth or XAuth process. Twitter请求包不足以实现TWitter(以验证)登录身份验证,并且还不足以实现对OAuth或XAuth进程的了解。 I successfully implement that with XAuth authentication after period of long time. 经过很长一段时间,我使用XAuth身份验证成功实现了这一点。 If you follow the link then you can do twitter validation as you expect. 如果您单击链接,则可以按预期进行Twitter验证。 Click Here 点击这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM