OAuth/README.md

10 lines
404 B
Markdown
Raw Permalink Normal View History

2012-02-08 19:12:44 +00:00
#OAuth 1 PHP Library
2012-02-08 19:15:48 +00:00
Based on [Andy Smith's](http://term.ie/) [basic php library](http://oauth.googlecode.com/svn/code/php/) for OAuth.
Actually forked from [EHER's version](https://github.com/EHER/OAuth).
[![Build Status](https://travis-ci.org/jacobkiers/OAuth.png)](https://travis-ci.org/jacobkiers/OAuth)
2012-11-18 12:29:31 +00:00
Current status - Request token part seems to be working - nothing else properly tested yet.