browse by tag: oauth
sort by
Writing an OAuth Provider Service
in PHP added by goodphptutorials, on 23/5/2010 oauth oo programming php5
Last year I showed how to use pecl/oauth to write a Twitter OAuth Consumer. But what about writing the other end of that? What if you need to provide OAuth access to an API for your site? How do you do it?
comment save reportUsing pecl/oauth to post to Twitter
in PHP added by goodphptutorials, on 5/6/2009 oauth pecl twitter
I have seen a lot of questions about OAuth and specifically how to do OAuth from PHP. We have a new pecl oauth extension written by John Jawed which does a really good job simplifying OAuth
comment save report