URLS for the REST interface have changed.
In delicious.modules 1.25 you have
define(DELICIOUS_BASE_URL, 'http://del.icio.us/');
define(DELICIOUS_API_URL, 'http://del.icio.us/api/');
define(DELICIOUS_UPDATE_URL, 'posts/update');
define(DELICIOUS_POSTS_URL, 'posts/all');
You need to change API_URL to
define(DELICIOUS_API_URL, 'https://api.del.icio.us/v1/');
Symptom I was getting was a 301 moved permanently in the last code column of the delicious users table.
Comments
Comment #1
andrewlevine commentedSame as this. You were first, but they have a patch...