Using the Digg API with PHP and PEAR
Note: This article was originally published at Zend Developer Zone
on 2 November 2010.
Digg offers a Web service API that makes possible to develop customized applications on top of the base service. This API, currently in its second incarnation, allows access to a number of important Digg functions, including searching and commenting on Digg stories. This article takes a fast look at how to integrate Digg's Web service with a PHP application using the PEAR Services_Digg2 class.


