1

I see many people using XAuth in their app to authenticate twitter users and I'm wondering what are some situations that I would want to use XAuth in my own apps.

Thanks for your wisdom!

BeachRunnerFred
  • 18,070
  • 35
  • 139
  • 238

2 Answers2

4

If you have spent a lot of time hand crafting your UI, it can suddenly be very jarring to the user to have to goto a different UI to authenticate. For mobile in particular this can be jarring if the authentication page is not optimised for mobile as used to be the case with Twitter

kgutteridge
  • 8,727
  • 1
  • 18
  • 23
3

xAuth lets you skip showing a web view containing the Twitter login. It makes for a simpler and less jarring user experience for non-web apps.

Jim
  • 1,014
  • 1
  • 11
  • 22