Welcome Guest, Not a member yet? Register   Sign In
OAuthr library
#1

[eluser]sorenchr[/eluser]
<b>Google Code: </b><a href="http://code.google.com/p/oauthr/">http://code.google.com/p/oauthr/</a>

OAuthr is a flexible library that handles your OAuth requests using PHP's cURL library, it is built upon the <a href="http://tools.ietf.org/html/rfc5849">RFC5849: Auth 1.0 Protocol</a>. So far, OAuthr contains the following features:
<i>
- Automatically generates dynamic fields, such as 'nonce' and 'timestamp'.
- Supports 'HMAC-SHA1', 'RSA-SHA1' and 'PLAINTEXT' as signature metods.
- Signatures are generated by the library.
- Fully customizable requests, you can set any parameters/cURL options you want before the request is executed.
</i>

Check out the wiki at: <a href="http://codeigniter.com/wiki/Oauthr">http://codeigniter.com/wiki/Oauthr</a>

Feedback is appreciated!




Theme © iAndrew 2016 - Forum software by © MyBB