Tagged Questions

2
votes
1answer
140 views

Delicious .NET API with C#

I would like to create a C# application (.net 2.0 due to the API) to post new bookmarks to Delicious. I found a library: http://netlicious.sourceforge.net/ but I can't find any sample files. I added ...
1
vote
1answer
46 views

I'm looking for a web-based API for getting tags related to a link

I'm currently using delicious.com to get tags related to a link, but since Yahoo! today announced they are shutting down the service I'm curious what the alternatives are. I'm not looking for a ...
1
vote
3answers
568 views

Access Delicious API via Yahoo ID without redirect to Yahoo authorizing page

To be more specific: My delicious account is a Yahoo ID so access via OAuth is required. It's for my use only to add/remove bookmarks. I have the password. It's a command line python program, not ...
0
votes
1answer
371 views

Using cURL/OAuth to access del.icio.us api

I'm following this tutorial to access the del.icio.us api, but this is my first time using cURL or OAuth so hitting a few snags. I'm using the following code $ch = curl_init(); curl_setopt($ch, ...
0
votes
1answer
383 views

Delicious API - All bookmarks for a given website?

Is there a way for me to get at a list of the URLs on my website which people have bookmarked on the delicious.com website? Their documentation appears to make no reference to wildcard searches or ...