3

I want to implement user account system for my site just like this, http://getsatisfaction.com/login allowing the user to login using Facebook, Twitter, Google, Yahoo and the like. The site is built using Struts 2 + Spring + Hibernate.

Any Java libraries that would help me in building this kind of user account system?

Aravindan R
  • 3,084
  • 1
  • 28
  • 44

2 Answers2

2

You might try Scribe.

Don Roby
  • 40,677
  • 6
  • 91
  • 113
1

You might want to look to JOpenID, it is an OpenID 2.0 Java 5 implementation for Google Federated Login. Also SocialAuth for google, yahoo, windows live, twitter and fb. Or maybe a look to JanRain Engage it is free up to 2,500 users.

jhurtado
  • 8,587
  • 1
  • 23
  • 34
  • SocialAuth looks promising. Have you used Spring Social? It seems to fall on the same category as SocialAuth – Aravindan R Jan 07 '11 at 19:04
  • I haven't used it yet, but also looks as a promising tool, integrating with all the power of the Spring family. And is usually easy to find code examples of SS frameworks. – jhurtado Jan 07 '11 at 19:11