Alright I am trying to set up an OAuth Provider in PHP, but I just cannot get the hang of it. I've been referenced to this page a number of times, but I cannot wrap my head around it. Could someone help me out, step by step, or reference me to a more direct guide? Thank you very much.

link|improve this question

freeklijten.nl/home/2011/10/19/Writing-an-OAuth-Provider-in-PHP That might be of help as well – hoppa Nov 18 '11 at 14:10
feedback

3 Answers

up vote 7 down vote accepted

http://djpate.com/2011/01/13/how-to-write-a-complete-oauth-provider-in-php5 thast a pretty good tutorial to get a clue on the provider side

link|improve this answer
1  
An associate of mine showed me that link a little bit ago, and I do have to agree that it is a pretty good tutorial. – Chiggins Mar 8 '11 at 7:50
this tutorial has a bug fix from two das ago... – rupGo Mar 12 '11 at 18:09
feedback

I usually use the Zend_OAuth component (the whole 2 times ive implemented it, haha). The manual has some pretty clear instructions. This tutorial for it might also be helpful.

link|improve this answer
That's oAuth Consumer, not Provider. I'm looking for the same thing =), I'll post if I find anything. – Gary Nov 17 '10 at 2:43
Yet another person directed to this and getting a consumer not a provider. Even the OAuth site directs you to a consumer for CakePHP, this is getting silly - anyone got any help for this one? – Hippyjim Jan 30 '11 at 13:13
feedback

Pate's is good and here is another one by Rasmus:

http://toys.lerdorf.com/archives/55-Writing-an-OAuth-Provider-Service.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.