[oauth] Re: Problem Reporting Extension: Duplicate OAuth Parameters

2009-11-05 Thread John Kristian
Would the addition of a new value help the consumer to resolve problems better? I think any new value should, as a rule. That is, let's not add values that don't help the consumer resolve problems. In this case, an alternative is to send oauth_problem=parameter_rejected and

[oauth] which php libraries are people using?

2009-11-05 Thread Joseph Smarr
It seems like there are several actively maintained PHP OAuth libraries, and it's not clear to me which are most up-to-date and/or widely used. The oauth.net/code page mainly features http://oauth.googlecode.com/svn/code/php/ which hasn't been updated since May 18, 2009. There's also

[oauth] Re: which php libraries are people using?

2009-11-05 Thread Rasmus Lerdorf
Documentation is at http://php.net/oauth There is a FireEagle example in the docs. You will also find an examples directory in the code. http://svn.php.net/viewvc/pecl/oauth/trunk/examples/ Where you will find examples for Google, FireEagle, Netflix, Twitter and Yahoo. And I walked through a