简体   繁体   中英

Java library for authentication and importing contacts

I need to develop following functionality for my JSF web application:

  1. Authenticating users through external providers like Gmail, Hotmail, Yahoo, Twitter, Facebook, LinkedIn, Foursquare, MySpace

  2. 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!

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?

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