Questions tagged [delicious-api]

Delicious (formerly del.icio.us) is a social bookmarking web service with a focus on tagging. It provides several API options for developers.

Delicious (formerly del.icio.us) is a social bookmarking web service for storing, sharing, and discovering web bookmarks. The popular site focuses on tagging and sharing bookmarks, and has a variety of APIs available for access.

Links:

65 questions
2
votes
1 answer

Delicious API call with RestSharp

I am trying to access the delicious API and decided to start using the RestSharp library for the calls. My test code looks like this: var client = new RestClient("https://api.del.icio.us/"); client.Authenticator = new…
AndreiC
  • 1,490
  • 4
  • 16
  • 34
2
votes
1 answer

Delicious - Getting links in a stack via API

I have a user in delicious, and I have created a new stack. I am trying to get the links in that stack via the API. Preferably as an xml feed.. I haven't found any documented way to do this. Is this supported at all?
itaysk
  • 5,852
  • 2
  • 33
  • 40
1
vote
0 answers

How to observe bookmarks tagged by a specific tag on Delicious via API/Feed?

I want to observer bookmarks on delicious that are tagged with a specific tag over time. So I want to retrieve as many bookmarks as possible on time t0 and get the tags for this bookmarks at time t1, t2 and so on. Is this possible to do with the…
fsociety
  • 1,791
  • 4
  • 22
  • 32
1
vote
1 answer

Delicious bookmarks count not retrieving

I am using the below code to get the delicious bookmarks count of some sites. But it's not working fine. Is there any problem with the API or my code?