Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have published a java REST API using war on tomcat 7, and I am looking for an easy to deploy open source OAUTH code that i can add to my code (preferably by using maven POM) and use it for securing the API.

What are my options?

share|improve this question
Option #0: Build your own OAuth code for the API. It's super simple, and using an external library for signing a request sounds like major overkill. – Tom van der Woerdt Jan 3 at 13:11

1 Answer

up vote 2 down vote accepted

Have you looked at Google's OAuth Java Client? The documentation says that you can use Maven to add it to your code.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.