OAuth 1 PHP Library
d2b3281815
This release fixes a little bug in the exception that is thrown when an invalid token is encountered. Reported and fixed by @elieux. Signed-off-by: Jacob Kiers <jacob@alphacomm.nl> |
||
---|---|---|
src/JacobKiers/OAuth | ||
tests | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
composer.json | ||
CONTRIBUTORS.md | ||
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.
Current status - Request token part seems to be working - nothing else properly tested yet.