简体   繁体   中英

iPhone Application - How to create a login page that requires twitter user accounts?

I am creating an iPhone application ..this is how my application works,

1)Upon opening the application,the user will be prompted to login.The users are required to login using their twitter account.

2)After login,they will see my comment page...upon commenting..it will appear on both facebook and twitter..

How do i go about doing this?I am not sure how to integrate my login page with twitter.I am totally new to coding/progamming.

Please help me out.thanks

The first thing you want to do is checkout both Twitter and Facebook's API's(Application Programming Interface). They will give you everything you need, including documentation, to make successful logins and updates to the users account, however I don't believe your current model will work as explained. I'm not 100% certain but I'm pretty sure that for both API's, at app start up, the user must login before making any updates, meaning your users will have to login to both services each time they launch your app. It may be a little simpler now that Twitter is built into iOS but like I said I'm not 100% sure on that. Good luck with your app man! Let me know if you need any extra help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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