[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_parameters_rejected.

http://oauth.pbworks.com/ProblemReporting
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OAuth group.
To post to this group, send email to oauth@googlegroups.com
To unsubscribe from this group, send email to oauth+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~--~~~~--~~--~--~---



[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 http://code.google.com/p/oauth-php/ which looks
more complicated but also more up-to-date. And there's also
http://pecl.php.net/oauth which is a C extension for OAuth that it looks
like Rasmus et al have bene updating recently.

Personally, I like (and use)
http://oauth.googlecode.com/svn/code/php/because it's simple (just one
file), and I believe shindig-php uses it too,
but I don't think it has support for OAuth 1.0a or two-legged OAuth, both of
which are very standard now. I also recall fixing a bunch of bugs in it that
may or may not have ever landed in the tree.

So, should I add 1.0a and 2-legged support to this lib? If so, will someone
review and patch it and/or make me a committer? Has anyone else already made
these updates and just not shared it back? Or is one of these other
libraries now the de facto standard PHP lib, in which case shouldn't it be
listed on oauth.net/code under PHP?

Thanks, js

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OAuth group.
To post to this group, send email to oauth@googlegroups.com
To unsubscribe from this group, send email to oauth+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~--~~~~--~~--~--~---



[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 Twitter implementation at
http://toys.lerdorf.com/archives/50-Using-pecloauth-to-post-to-Twitter.html

Consumer, 2-legged, 3-legged, 1.0a.

John Jawed can provide more details as he wrote it.

-Rasmus

Joseph Smarr wrote:
 Rasmus-thanks for the quick reply!
 
 Is there documentation/tutorials of how to use it and what features it
 supports (consumer? provider? 1.0a? 2-legged? etc.) or just what's in
 the source code? Should we list it on oauth.net/code
 http://oauth.net/code under PHP? Who's using it in the wild?
 
 Thanks, js
 
 On Thu, Nov 5, 2009 at 9:52 PM, Rasmus Lerdorf ras...@lerdorf.com
 mailto:ras...@lerdorf.com wrote:
 
 
 The OAuth extension written in C available at http://pecl.php.net/oauth
 is what I consider the de facto standard PHP lib for OAuth.
 
 -Rasmus
 
 Joseph Smarr wrote:
  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 http://oauth.net/code http://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 http://code.google.com/p/oauth-php/ which looks more complicated
  but also more up-to-date. And there's
  also http://pecl.php.net/oauth which is a C extension for OAuth
 that it
  looks like Rasmus et al have bene updating recently.
 
  Personally, I like (and use) http://oauth.googlecode.com/svn/code/php/
  because it's simple (just one file), and I believe shindig-php uses it
  too, but I don't think it has support for OAuth 1.0a or two-legged
  OAuth, both of which are very standard now. I also recall fixing a
 bunch
  of bugs in it that may or may not have ever landed in the tree.
 
  So, should I add 1.0a and 2-legged support to this lib? If so, will
  someone review and patch it and/or make me a committer? Has anyone
 else
  already made these updates and just not shared it back? Or is one of
  these other libraries now the de facto standard PHP lib, in
 which case
  shouldn't it be listed on oauth.net/code http://oauth.net/code
 http://oauth.net/code under PHP?
 
  Thanks, js
 
 
 
  
 
 
 
 
 
  


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OAuth group.
To post to this group, send email to oauth@googlegroups.com
To unsubscribe from this group, send email to oauth+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~--~~~~--~~--~--~---