Jesvin Jose
Jesvin Jose

Reputation: 23098

How do I actually serve signed requests with oauth-php?

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

Answers (1)

Mark S.
Mark S.

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

Related Questions