iOS开发:我应该使用XAuth对Twitter用户进行身份验证的原因是什么?

时间:2022-09-07 10:15:10

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.

我看到许多人在他们的应用程序中使用XAuth来验证Twitter用户,我想知道在我自己的应用程序中我想要使用XAuth的情况。

Thanks for your wisdom!

谢谢你的智慧!

2 个解决方案

#1


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

如果您花了很多时间手工制作UI,那么用户必须转到不同的UI进行身份验证时才会突然变得非常刺耳。特别是对于移动设备,如果认证页面没有针对移动设备进行优化,那么这可能会让人感到不安

#2


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.

xAuth允许您跳过显示包含Twitter登录的Web视图。它为非Web应用程序带来了更简单,更少刺激的用户体验。

#1


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

如果您花了很多时间手工制作UI,那么用户必须转到不同的UI进行身份验证时才会突然变得非常刺耳。特别是对于移动设备,如果认证页面没有针对移动设备进行优化,那么这可能会让人感到不安

#2


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.

xAuth允许您跳过显示包含Twitter登录的Web视图。它为非Web应用程序带来了更简单,更少刺激的用户体验。