Related: Is there an OAuth test server

Is there a service or website that I can use to test a client implementation of the OAuth 2.0 protocol? The question linked above points to some excellent resources but they currently implement v1.0 of OAuth.

link|improve this question

Last time I had to debug my client OAuth 2.0 codeI just tried it against Facebook and Foursquare. Good question +1. – Zepplock Oct 10 '11 at 18:20
feedback

1 Answer

up vote 1 down vote accepted
+100

You can run your very own Django OAuth 2.0 Server or Rack OAuth 2.0

There is also Apache's Amber Authorization Server

link|improve this answer
Thank you. I didn't realize that running an OAuth 2.0 server was as easy as setting up a Django app. – George Edison Oct 13 '11 at 5:04
feedback

Your Answer

 
or
required, but never shown

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