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
1
vote
1 answer

Use Yahoo Pipes to convert RSS html tags to standard tag items

I want to move from using bookmarking service Delicious to Diigo, but the way diigo organise tags in their RSS is preventing the move. I want to use a Yahoo Pipe to turn Diigo rss tags into the same format as Delicious rss tags Diigo tags are stored…
therourke
  • 21
  • 2
1
vote
1 answer

I can't get user authorization from Delicious

I'm creating an application in Delicious then I got client id and Client secrete from that application. Use that client id I can't get the authorization key from it. reference:oauth
thenu
  • 15
  • 4
1
vote
3 answers

How to interpret this date value?

HI, When I am importing my delicious bookmarks to a html file, the date when the bookmarks get added comes as a attribute ADD_DATE. The values for it are like 1265772027, 1265767184 etc.. How do I convert these values to actual date and time??? I am…
puneet
  • 21
  • 1
1
vote
1 answer

Problem accessing delicious api with ajax

I'm using the following jQuery code to try and access the delicious api, but it's not working. If I go directly to the api url in the browser it returns the xml as expected, so the url is correct. Anyone got any ideas what's up? Could be that it's…
wheresrhys
  • 22,558
  • 19
  • 94
  • 162
1
vote
2 answers

I need to two bookmarkets for delicious

I am current researching on something and I need to create , lets say, two bookmarkets. If I need to read this article later then I just want to click on that bookmarket and it should tag the current open page with read_it_later tag. The second…
Nick Vanderbilt
  • 36,724
  • 29
  • 83
  • 106
1
vote
1 answer

Allowing cross domain request to Delicious feed from Angular.js

I'm trying to get Delicious count with their feed with angularJs. In my previous code, simple jquery works, but with angular I get error No 'Access-Control-Allow-Origin' header is present on the requested resource. This is due to newer libraries…
Tropicalista
  • 3,097
  • 12
  • 44
  • 72
1
vote
2 answers

Delicious English Only

How I can see English only bookmarks on Delicious? They don't have built-in support as of now. http://support.delicious.com/forum/comments.php?DiscussionID=2218 Is it possible via Javascript Bookmarklet or by some API? Thanks.
aartist
  • 3,145
  • 3
  • 33
  • 31
1
vote
1 answer

Processing - Delicious Data Visualization

For a school project I'm trying to use Delicious API in Processing platform. I have a question, So far I can visualize the 'Titles' and 'Tags' of individual posts into the processing canvas. My code looks like this. Delicious delicious; PFont…
1
vote
1 answer

How to get all social bookmarks of any website?

I am currently making an application in Ruby on Rails which requires to count all bookmarks of any given domain. I have considered Stumbles, Diggs, Delicious and Reddit for finding all bookmarks. Is there any way that this can be done? I have looked…
Jimmy Thakkar
  • 549
  • 4
  • 19
1
vote
1 answer

WP7 error: "The remote server returned an error: NotFound."

I have this code that it used to work, but at some specific time it stopped to work and returned the error "The remote server returned an error: NotFound." WebClient deliciousWebClient = new WebClient(); …
KodiakMx
  • 11
  • 2
0
votes
1 answer

How do I add a link to a stack/bundle using the Delicious API?

So, I've create a link with tag "test" on Delicious. Now I want to add the link to my "TestStack" stack/bundle/whatever using the Delicious API. The documentation says you can do so using https://api.del.icio.us/v1/tags/bundles/set?: Assign a set…
Chad Johnson
  • 21,215
  • 34
  • 109
  • 207
0
votes
1 answer

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 anything other than individual URLs. Any…
salathe
  • 51,324
  • 12
  • 104
  • 132
0
votes
5 answers

How to add Delicious post with multiple tags in ruby

How can I add a post with more than one tag? I'm doing this. The post is added to my Delicious collection but without tags. require 'www/delicious' d_api = WWW::Delicious.new('username', 'password') d_api.posts_add(:tags=> "tools,ruby,online",:url…
Frank Boucher
  • 1,834
  • 20
  • 25
0
votes
1 answer

Is there any alternative to the Delicious feeds?

Delicious.com has a huge collection of tagged URLs, which it makes public, not least through these RSS/JSON feeds: http://www.delicious.com/help/feeds Unfortunately the news that Yahoo may discontinue delicious service continues to ping-pong. So my…
joeytwiddle
  • 29,306
  • 13
  • 121
  • 110
0
votes
1 answer

Searching tweets published from Delicious with Twitter API

I am a new user in StackOverflow. I am developing a tool. My problem is that I am trying get tweets published from Delicious ("X minutes ago via Delicious"). In Twitter API Documentation (https://dev.twitter.com/doc/get/search), I can…
idieguez
  • 5
  • 5