1

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.

Jesvin Jose
  • 22,498
  • 32
  • 109
  • 202

1 Answers1

0

Google Code has several libraries for doing OAuth (both server and client). Browse through them to see how thing are implement.s

Mark S.
  • 3,849
  • 4
  • 20
  • 22