Hi,
I've been perusing the del.icio.us api docs and trawling through
Net::Delicious (for perl) for a way to programatically pull out links
that people have saved for me. I know I can get that data via the RSS
feed found on the /for page, but the meta data on that feed is pretty
sparse, e.g. there is no tags data in there, in that, I'd like to know
what other tags that link was saved under.
I've tried pulling all the posts out for my username that have the
for:<my_username> tag, but those results are empty.
Anyway, the RSS feed will be sufficient for now, but if it could be
explictly supported in the api, that would be excellent.
So, any advice or info in how to better get the for: links other than
RSS would be greatly appreciated.
Thanks in advance.