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

Need help adding a bookmark to Delicious using cURL

I'm trying to write a class that can add a bookmark to my Delicious account. Here's my method: public function addBookmark($url, $description) { $dusername = 'myUsername'; $dpassword = 'myPassword'; $api = 'api.del.icio.us/v1'; …
Steven Mercatante
  • 24,757
  • 9
  • 65
  • 109
0
votes
2 answers

Retrieving Delicious JSON data by tag with curly quote

I've created a script which retrieves data from Delicious like this: ...retrieve usernames and such... $username = 'randomUser'; $parentTag = array("tag'12","tag’12"); //note the different quotes being used! $amount = 100; foreach ($parentTag as…
Roland
  • 240
  • 2
  • 7
  • 15
0
votes
1 answer

Find all Delicious posts using Yahoo! Pipes from ALL users

I'd like to try to create a Yahoo Pipe that will return ALL of the articles, urls, and # of saves on Delicious which are tagged with the category, for instance, 'sushi'. Is that possible? (I know I can do it with my own tags, or with those in my…
MrPaladin
  • 5
  • 1
0
votes
2 answers

Can I use other methods beside HTTP-Auth to get Delicious.com API calls authenticated?

I'm developing an app that interacts with delicious.com using its API. For my application it is important use OAuth to authenticate delicious.com API calls. I read the doc at http://delicious.com/developers and nothing is said about other…
user1785721
-1
votes
1 answer

How to propagate the text field to the modal dialogue?

I'm trying to 'add a link' functionality to my site. For that I'm using Modal plugin from Twitter Boostrap JS. On the main page there's only the 'link' field to fill, when a user clicks 'add link' button, a modal pops up, and the user sees the…
Arman
  • 1,074
  • 3
  • 20
  • 40
1 2 3 4
5