pradeep cs
pradeep cs

Reputation: 523

oauth authentication development for struts application

I want to develop oauth for one of "localhost" application. can u guide how to develop with any useful links. Initially i am looking for authentification only.

Do we need to use separate APIs for facebook, gmail and twitter?

Upvotes: 0

Views: 2191

Answers (1)

Umesh Awasthi
Umesh Awasthi

Reputation: 23587

You do not need separate library for using Oauth for your application, there is a very handy and light weight API scribe-java which provides Oauth implementation for almost all major provider namely Google,Facebook,Yahoo,MSN and others.

Have a look at there getting-started guide which is quite easy and clear

Upvotes: 1

Related Questions