用于身份验证和导入联系人的 Java 库
我需要为我的 JSF Web 应用程序开发以下功能:
通过 Gmail、Hotmail、Yahoo、Twitter、Facebook、LinkedIn、Foursquare、MySpace 等外部提供商对用户进行身份验证
从其中导入联系人(Gmail、Yahoo)
我计划使用 SocialAuth同样的Java库,有人如何使用它们可以告诉我你的使用体验吗?
如果有人知道更好的方法,请告诉我!
I need to develop following functionality for my JSF web application:
Authenticating users through external providers like Gmail, Hotmail, Yahoo, Twitter, Facebook, LinkedIn, Foursquare, MySpace
Importing their contacts from them (Gmail, Yahoo)
I am planning to use SocialAuth Java library for the same, can some one how has used them tell me about your experience with it?
If someone know some better approach for the same, please let me know!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Socialauth 是您最好的选择!它支持几乎所有的提供者并支持多种java框架。即使您不使用 Struts 或 Spring,您也可以使用这些库并将其与您想要的任何框架集成。
他们还有非常好的在线文档和示例:
http://code.google.com/p/ Socialauth/
另请检查上一个问题:
进行联系来自 hotmail 的列表java中的gmail yahoo?
socialauth is your best bet! it supports almost all providers and supports a large variety of java frameworks. Even if you are not using Struts or Spring, you can use the libraries and integrate it with any framework you want.
They also have a very good documentation and examples online:
http://code.google.com/p/socialauth/
Also Check this previous Question :
Taking contact list from hotmail gmail yahoo in java?