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
0
votes
1 answer

Delicious PHP oAuth Yahoo SDK Add Bookmark

I'm really having a difficult time trying to find a way to successfully authenticate a user and post a bookmark to their delicious account. I downloaded Yahoo's YOS Social SDK then began modifying the oauth sampleapp.php. It basically handles the…
Tegan Snyder
  • 741
  • 1
  • 9
  • 20
0
votes
2 answers

Getting bookmark count from delicious

I was previously retreiving this through url:s like: http://feed.delicious.com/v2/json/url/f17d3aaa8fd2d271877f1ee773b89145 Where f17d3aaa8fd2d271877f1ee773b89145 is a md5 of the url. This longer seems to be working? Is this temporary or is the API…
Niels Bosma
  • 11,758
  • 29
  • 89
  • 148
0
votes
1 answer

Signature_Invalid error using OAuth with Delicious.com API

I'm getting a signature_invalid error when trying to connect via OAuth to delicious.com.
loo
  • 707
  • 10
  • 22
0
votes
1 answer

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, CURLOPT_URL,…
Chris Armstrong
  • 3,585
  • 12
  • 42
  • 47
0
votes
1 answer

How to handle Delicious API authorize redirect not handling existing URL GET parameters properly?

I am implementing the /auth/authorize portion of the oAuth instructions here => https://github.com/SciDevs/delicious-api/blob/master/api/oauth.md#authauthorize. I would like to start out by saying there's no problem with authentication if the…
Paolo
  • 390
  • 2
  • 5
  • 20
0
votes
1 answer

Embedding a Delicious JSON-Feed in a Website

I want to embed my delicious.com Links into my CMS-driven Website. I tried to understand the instructions on https://delicious.com/rss but i cannot understand what is really needed to get the links e.g. sorted by tag on my website. Until April 2014…
0
votes
0 answers

ERROR [http-8080-1], No signature of method applicable - Grails, Services

I'm creating a bookmark app from the book The Definitive Guide to Grails by Graeme Rocher. In this app I am trying to create a service where when I search for a bookmark, it'll also search in del.icio.us and list the bookmarks of both places. I'm…
Rita Dias
  • 29
  • 4
0
votes
3 answers

I want to port my delicious bookmarks to my website

I started building a app that will automatically download my delicious bookmarks, and save to a database, so they I can view them on my own website in my favoured format. I am forced to use oAuth, as I have a yahoo id to login to delicious. The…
puneet
  • 21
  • 1
0
votes
4 answers

Basic CMS for bookmarks (Delicious clone)

I am looking for a basic open source CMS to build a social bookmarks site like Delicious. I need just basic functionality: Users should have pages like site.com/username where titles and links for the bookmarked sites will be displayed. Ability to…
user257515
0
votes
1 answer

API Request with adobe AIR

I am trying to consume delicious api in adobe AIR AS3 project described here: https://github.com/avos/delicious-api particularly the suggest api (/v1/posts/suggest) described at the end of this page:…
timmaktu
  • 163
  • 1
  • 1
  • 12
0
votes
2 answers

Can OAuth access tokens be used for securing Permanent access to an account?

Can I use the request token given by the OAuth provider and use it forever? I am looking to build a service which interacts with the Delicious api and looks for updated bookmarks every fortnight. I was just wondering if I could use the same request…
Ritesh M Nayak
  • 8,001
  • 14
  • 49
  • 78
0
votes
1 answer

Delicious Bundle Tags Log in from C#

I would like to know if there is a way to specify the user credetianls when calling the Delicious API to get all the Bundle Tags. I am using the following url from C#. string DelAPI = "https://api.del.icio.us/v1/tags/bundles/all?"; However, when I…
MikePR
  • 2,786
  • 5
  • 31
  • 64
0
votes
2 answers

Delicious API replies with "access denied"

I'm trying to access all posts from delicious, according to delicious API. In Ubuntu Linux i give the command: curl https://myusername:mypassword@api.del.icio.us/v1/posts/all where myusername and mypassword are registered with an yahoo mail…
lmsasu
  • 7,459
  • 18
  • 79
  • 113
0
votes
1 answer

KendoUI / Delicious integration issue

I'm trying to load a Delicious-feed asynchronously using KendoUI, and am running into some weird behavior. My kendo.dataSource looks like this (CoffeeScript): deliciousData: new kendo.data.DataSource transport: read: url:…
Steven
  • 1,566
  • 2
  • 16
  • 38
0
votes
2 answers

how to download all the tags from delicious

how to download all the tags from delicious, like all the tags shown in: http://delicious.com/tag
ben
  • 1
  • 1