Search code examples
iostwitteroauthvinesttwitter

Can I use STTwitter Library for Twitter login?


I am new in ios app development. I have to create an app with twitter login. Using account.framework it works fine. But I need to create my own view for enter username and password field of twitter user. Can I use STTwitter library for twitter login with custom UI.

NB: The login with twitter is similar to "Vine" app.


Solution

  • Yes, you can use STTwitter to login on Twitter via a custom UI, providing that your consumer tokens are XAuth enabled.

    If they are not, then you should open the Twitter website as demonstrated in the demo project, see How to open twitter login page from iOS application.