dnovikov / ironio-oauth
The library which allows iron.io workers to authenticate themselves on sites using OAuth 2 protocol.
dev-master
2014-02-03 21:31 UTC
Requires
- php: >= 5.3.0
- iron-io/iron_worker: 1.4.*
- lusitanian/oauth: ~0.2
This package is not auto-updated.
Last update: 2025-03-29 16:31:20 UTC
README
This is the library which allows iron.io workers to authenticate themselves on sites using OAuth 2 protocol. Usually it is used for web callbacks. The library is based on lusitanian/oauth library.
Examples
See "example" directory.
Usage
It is really simple after you fill in configuration settings. For code usage see worker-example.php file.