OAuth 1 PHP Library
af1993ac3a
RSA-SHA1 buildSignature() doesn't use it at all, and the other two allow for there to be no token, as on the initial client request. The token shared-secret as taken to be an empty string. |
||
---|---|---|
src/GaryJones/OAuth | ||
tests | ||
.gitignore | ||
composer.json | ||
LICENSE | ||
phpunit.xml | ||
README.md |
#OAuth 1 PHP Library
Based on Andy Smith's basic php library for OAuth.
Actually forked from EHER's version.
Tweaked to pass PSR-2.
Current status - Request token part seems to be working - nothing else properly tested yet.