简体   繁体   English

如何在iPhone中使用OAuth在Twitter中发布推文

[英]How to post tweet in twitter with the use of oauth in iphone

I have created a music application in iphone . 我已经在iphone中创建了一个音乐应用程序。 i want to integrate twitter in my application with the use of Oauth such that when a user log in twitter his username and password details are validated and then the post tweet page is opened where the user can post his tweets .So, can anybody help me to how to post tweets in twitter with the help of Oauth authentication. 我想使用Oauth将Twitter集成到我的应用程序中,这样当用户登录Twitter时,将验证其用户名和密码详细信息,然后打开发布推文页面,用户可以在其中发布他的推文。因此,任何人都可以帮助我如何借助Oauth身份验证在Twitter中发布推文。 Please anybody help me regarding this problem. 请有人帮助我解决这个问题。

Try this with OAuth+MGTwitterEngine : 尝试使用OAuth + MGTwitterEngine:

[_engine sendUpdate:[NSString stringwithFormat:@"The date & time is: %@",[NSDate date]]];

To post Tweet to one's a/c once you make successful login with Oath. 成功使用Oath登录后,将Tweet发布到某人的账户。

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

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