Reputation: 23098
I am making an oauth provider and implemented everything in chapter 6 of http://oauth.net/core/1.0a/ , which is authenticating with OAuth. However, I am at a loss to how to actually serve authorized requests with the server (chapter 7).
Please point me to the right documentation or source code I would have missed.
Upvotes: 1
Views: 57
Reputation: 4017
Google Code has several libraries for doing OAuth (both server and client). Browse through them to see how thing are implement.s
Upvotes: 0