0

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?

pradeep cs
  • 513
  • 4
  • 9
  • 34

1 Answers1

1

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

Umesh Awasthi
  • 23,407
  • 37
  • 132
  • 204