Skip to content

Commit

Permalink
Add DaveBagler's work to the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Aug 2, 2015
1 parent 1d4f1cd commit 14c7eb5
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OAuthSimple - a very simple OAuth 1.0 signed request generator
=head1 SYNOPSIS

See source comments for usage examples

=head1 DESCRIPTION

OAuthSimple aids in building valid OAuth 1.0 requests. It does not perform
Expand All @@ -14,24 +14,26 @@ token requests by itself, however you can use it to build the request calls.
I've tried to build the library to be fairly common so that if you're familiar
with how it works in one language, you can use it in any other. Right now the
following languages are supported: PHP, Javascript, Perl, Python. I'd love to add additional
languages and may do so in the future. (I'd be happy to accept contributions,
languages and may do so in the future. (I'd be happy to accept contributions,
hint, hint.)

Guido Schlabitz has provided a useful example for how to use
Guido Schlabitz has provided a useful example for how to use
OAuthSimple to connect to Google
L<http://github.com/jrconlin/oauthsimple/blob/master/php/example.php>
L<http://github.com/jrconlin/oauthsimple/blob/master/php/example.php>

Dave Bagler has provided a Composer Package L<https://packagist.org/packages/baglerit/oauthsimple>.
His fork has more details: L<https://github.com/BaglerIT/OAuthSimple>

OAuthSimple accepts arguments in a variety of formats and returns a structure
containing valid elements, including a fully structured URL, an Authorization
header and the signature value. You should only use either the Authorization
containing valid elements, including a fully structured URL, an Authorization
header and the signature value. You should only use either the Authorization
Header (as per the spec), or the fully structured URL. (Again, see source
comments for appropriate usage.)

Please note that the Javascript version is not heavily optimized at this time.
If you wish to use a more optimized version, please consult
If you wish to use a more optimized version, please consult
Anton Byrna's fork
L<http://github.com/itrelease/oauthsimple>
L<http://github.com/itrelease/oauthsimple>

OAuth Developers may be interested in my OAuthTestPage at:
L<http://jrconlin.github.com/OAuthTestPage/>
Expand Down

0 comments on commit 14c7eb5

Please sign in to comment.