paul.annesley.cc

Digg API Enforces Application Key Requirement

The Digg.com API has just begun enforcing the requirement that an application key be provided with all API requests.

API requests without a key will be met with an HTTP/1.1 403 Forbidden:
<error code="1005" message="Application key required" />

This will no doubt temporarily break a few early adopter applications which were getting by thus far without using a key.

The application key is to be provided as an “appkey” CGI parameter (query string or POST data), and should be the URL most relevant to the application performing the API requests. Currently, Digg.com does not issue or authenticate the keys - just stick in your website URL.