Im trying to get all of my posts in a delicious account to an MySql DB.
Since delicious exports xml I think it wont be too complicated, but being new
to it I cant really make sense of the api...
I believe I have to query it as so:
https://api.del.icio.us/v1/posts/all?
But one catch is that im using an yahoo id for that account which I need to do it as follows:
"To access data from accounts created using a Yahoo! ID, use the same API's as below, but change the path to /v2, and make HTTP requests using OAuth as provided by the Yahoo! Developer Network."
I cant understand how to do it, can someone please help.
Thanks.
EDIT
Although I still have the same doubt I figured out I can export the whole thing from the settings in my account, now I just need to get the html export in a xml file :)
Also the yahoo method for accessing data, really is no good.