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.