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
25
votes
4 answers

Closing popup window created by Google Chrome extension

I'm trying to create a Chrome extension that is a replacement for the Delicious bookmarklet. I know there's already an extension that does it, but the problem with that extension is that after you bookmark a site, the popup window stays open (as…
18
votes
4 answers

Http Auth in a Firefox 3 bookmarklet

I'm trying to create a bookmarklet for posting del.icio.us bookmarks to a separate account. I tested it from the command line like: wget -O - --no-check-certificate…
svrist
  • 7,042
  • 7
  • 44
  • 67
7
votes
3 answers

Selectively allow unsafe html tags in Plone

I'm searching for a way to put widgets from several services (PicasaWeb, Yahoo Pipes, Delicious bookmarks, etc.) on the community site I host on Plone (currently 3.2.1). I'm looking for a way to allow a group of users to use dangerous html…
dhill
  • 3,327
  • 2
  • 19
  • 18
4
votes
2 answers

Create a Delicious Bookmarklet in Firefox using Delicious API

I want to create a Delicious bookmarklet in Firefox that bookmarks the current page with a predefined tag. For proof of concept, if I enter this url, it works: https://john:pwd@api.del.icio.us/v1/posts/add?url=http://www.google.com& …
Steve
  • 5,802
  • 12
  • 54
  • 76
4
votes
3 answers

Chrome Extension: Properly adding a context menu entry with non-persistent background page

I'm working on a simple link sharing extension (pinboard, readability, delicious, etc), and have a question about how to properly deal with a context menu item. In my non-persistent background page I call chrome.contextMenus.create and…
3
votes
1 answer

Delicious API feeds.delicious.com no more?

In the past, I've been using the Delicious API available under feeds.delicious.com. When running this code today, I found out that the corresponding hostname is not available any longer (checked first time some days ago). I've already asked…
qqilihq
  • 10,794
  • 7
  • 48
  • 89
3
votes
1 answer

How To Access Delicious API to Retrieve Google Related Keywords

I am looking for a way to retrieve relevant keywords for a search term, and was thinking about using the the delicious API for this goal: I found some websites which used the delicious API for this purpose that are also mentioned in my quoted…
matyas
  • 2,696
  • 23
  • 29
3
votes
1 answer

Delicious API Authentication

I got delicious account a few days ago, and I want to use its API with PHP/curl. I use such a function: $ch=curl_init(); curl_setopt($ch, CURLOPT_URL, "https://api.delicious.com/v1/posts/add?&url=SOME_URL"); curl_setopt($ch, CURLOPT_USERAGENT,…
Mindaugas Li
  • 1,071
  • 5
  • 15
  • 37
2
votes
0 answers

Delicious API or Feed - pagination

I am trying to get all or at least many bookmarks for a given tag out of delicious. I remember that it was possible to use pagination in earlier version of the delicious feed mechanics. But I was astonished to see that pagination does not seem to…
fsociety
  • 1,791
  • 4
  • 22
  • 32
2
votes
1 answer

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 the DLL to my references and enter the following…
Pmillan
  • 563
  • 4
  • 9
  • 22
2
votes
3 answers

Best way to parse a file with links exported from Delicious.com using Nokogiri?

I want to parse an html file containing links exported from Delicious. I am using Nokogiri for the parsing. The file has the following structure:
magnushjelm
  • 476
  • 3
  • 16
2
votes
1 answer

jQuery RSS parsing issue with Delicious feed

I'm trying to parse my delicious links feed to generate custom html. I was not able to parse the item.link and item.creator (index 3,4 of the following rss). Delicious/myusername http://www.delicious.com/myusername bookmarks posted…
palaniraja
  • 10,432
  • 5
  • 43
  • 76
2
votes
1 answer

Create a 'send to Delicious' bookmarklet with custom tag

I've created a javascript bookmarklet that gets the current page's title and URL, using the following code: //Check to see if jQuery is already loaded if (typeof jQuery == 'undefined') { var jQ = document.createElement('script'); jQ.type =…
Chris Armstrong
  • 3,585
  • 12
  • 42
  • 47
2
votes
1 answer

Delicious API and Yahoo oAuth in .NET

The fact that Delicious has two sets of API authentications one with username and password and one with oAuth told me something about things I was going to experience and I wasn't wrong. Unfortunately I have to deal with both APIs now and am…
Khash
  • 2,500
  • 4
  • 30
  • 56
2
votes
2 answers

delicious bookmarks - urls frequently bookmarked

I haven't found any pre-made scripts that would help me analyze my delicious bookmarks. I want to know if there are any websites that I tend to frequently bookmark. I know I can export my bookmarks and can go from there. Has anyone done this? How…
saliem
  • 71
  • 1
  • 7
1
2 3 4 5