A do-it yourself blog
About me
My name is Christophe Verbinnen and I’ve been a web programmer for almost 8 years now.
I live in Paris, France but I’m looking for a job in the US so don’t hesitate to check out my resume at christopheverbinnen.com

Hello there…,
I am constructing a Oauth Provider component for Zend Framework right now, and I’m pretty close to the finish. Your post at this address http://djpate.com/2011/01/13/how-to-write-a-complete-oauth-provider-in-php5/ is actually very helpful to me in order to see a real code rather than all the information in the specification.
I have a question for you. In your tutorial, your token database table seems to miss something. There is no field for the user in the table. Is it required to associate the tokens with both consumer and user, or not? I am just wondering this situation, how you can handle the requests which points to reach the private user resource…
Thanks in advance…