Home » Web Services » Services_Digg2
Second generation Digg API client
This package is unmaintained.
Download latest release 0.3.2 (archived versions might be outdated)
License: New BSD License
Description
A PHP client for Digg's second generation API. Works with versions 1.0 and above. See http://digg.com/api for detailed documentation.
Maintainers
- Bill Shupp (shupp) — lead, active
- Jeff Hodsdon (jeffhodsdon) — lead, active
- Rich Schumacher (richid) — lead, active
Dependencies
Required
- PHP (>= 5.2.0)
- PEAR Installer (>= 1.4.0b1)
- PEAR (>= 1.4.0)
- HTTP_Request2 (>= 0.4.1)
- HTTP_OAuth (>= 0.1.17)
- json (extension)
Optional
Releases
- 0.3.2 (alpha, 2010-10-04)
Release notes
License: New BSD License
* Fixed sendRequest() bug with determining the method
- 0.3.1 (alpha, 2010-08-25)
Release notes
License: New BSD License
* Changed host url
- 0.3.0 (alpha, 2010-08-05)
Release notes
License: New BSD License
* Added support for version 2.0 of the Digg API
* Added examples for version 2.0 - 0.2.0 (alpha, 2010-07-01)
Release notes
License: New BSD License
* Fixed #17545, added comment.post to the list of writable methods
* Added version dependency of 0.1.17 for HTTP_OAuth, which has its own bug fixes - 0.1.0 (alpha, 2010-01-26)
Release notes
License: New BSD License
Initial PEAR release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #17545 | Closed | Bug | 0.1.0 | 2010-07-01 | Digg API comment.post method requires HTTP POST |