简体   繁体   English

iPhone SDK中的自定义Twitter登录

[英]Custom Twitter Login in iPhone SDK

I'm going to implement one application, in that i want to integrate twitter. 我将实现一个应用程序,因为我想集成twitter。

Here is the Details of this particular task. 这是此特定任务的详细信息。

  1. When application starts it will display the login(this is not twitter oAuth authentication login, this is normal login functionality using the WSDL web services) 当应用程序启动时,它将显示登录名(这不是twitter oAuth身份验证登录,这是使用WSDL Web服务的正常登录功能)
  2. When ever user login successfully the tweets will display in the next page.(without enter any login credentials using twitter oAuth). 用户成功登录后,这些推文将显示在下一页。(无需使用twitter oAuth输入任何登录凭据)。

Can anyone please help in this? 有人可以帮忙吗?

AFAIK, you could set up your own server which will receive the log in credentials from your device and use them to log in to Twitter. AFAIK,您可以设置自己的服务器,它将从您的设备接收登录凭据并使用它们登录Twitter。 All the role would be played by the server ie to log in, fetch the feeds and then send you the tweets. 所有角色都将由服务器播放,即登录,获取提要,然后向您发送推文。

But this would not be doable without getting XAuth permission from Twitter. 但如果没有获得Twitter的XAuth许可,这将是不可行的。 For this, you have to drop an e-mail to them explaining why you need to have XAuth implemented in your application. 为此,您必须向他们发送电子邮件,说明您需要在应用程序中实现XAuth的原因。

Good luck! 祝好运!

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

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