Delicious (formerly del.icio.us) is a social bookmarking web service with a focus on tagging. It provides several API options for developers.
1
vote
0answers
36 views
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 ...
0
votes
0answers
42 views
Adding links to Delicious with PHP file_get_contents
I know this can be done via curl, but am giving this as an option if the client server does not have curl. (jic)
I am doing this , and this works -
$del_url = 'https:// { $user } ':' { $pwd } ...
1
vote
1answer
169 views
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/");
...
0
votes
2answers
111 views
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 ...
0
votes
1answer
78 views
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 ...
1
vote
1answer
79 views
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 ...
0
votes
2answers
101 views
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 ...
2
votes
1answer
96 views
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 ...
1
vote
0answers
58 views
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, ...
2
votes
0answers
136 views
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 ...
-1
votes
1answer
50 views
Delicious service and multi word tags in Zend
Multi word tags are not working. Can anybody confirm this?
$username = "your_username";
$pass = "your_pass";
$delicious = new Zend_Service_Delicious($username, $pass);
$results = ...
-1
votes
1answer
995 views
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' ...
2
votes
1answer
337 views
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 ...
0
votes
1answer
248 views
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 ...
0
votes
1answer
166 views
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 ...
1
vote
3answers
431 views
Improving BeautifulSoup Perf
SO I have the following set of code parsing delicious information. It prints data from a Delicious page in the following format
Bookmark | Number of People
Bookmark | Number of People
etc...
I used ...
2
votes
3answers
319 views
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:
<DT>
<A ...
1
vote
1answer
71 views
I'm looking for a web-based API for getting tags related to a link
I'm currently using delicious.com to get tags related to a link, but since Yahoo! today announced they are shutting down the service I'm curious what the alternatives are.
I'm not looking for a ...
2
votes
1answer
428 views
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
...
12
votes
2answers
8k views
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 ...
0
votes
1answer
629 views
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, ...
4
votes
2answers
1k views
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:
...
1
vote
3answers
626 views
Access Delicious API via Yahoo ID without redirect to Yahoo authorizing page
To be more specific:
My delicious account is a Yahoo ID so access via OAuth is required.
It's for my use only to add/remove bookmarks. I have the password.
It's a command line python program, not ...
1
vote
3answers
67 views
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 ...
1
vote
1answer
321 views
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.
...
0
votes
3answers
581 views
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 ...
1
vote
2answers
75 views
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 ...
1
vote
4answers
1k views
Basic CMS for bookmarks (delicious clone)
I am looking for a basic open source CMS to build social bookmarks site like delicious.com. I need just basic functionality:
Users should have pages like site.com/username where titles and links for ...
0
votes
2answers
680 views
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 ...
1
vote
2answers
105 views
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 ...
0
votes
2answers
283 views
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
0
votes
1answer
347 views
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 = ...
2
votes
3answers
191 views
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 ...
7
votes
3answers
178 views
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 ...
0
votes
1answer
558 views
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 ...
0
votes
3answers
568 views
How can I split an attribute's value within LINQ(-to-XML)?
I've been feeling like start doing some fun stuff with my delicious bookmarks and LINQ to XML, and I was wondering if there's a way to split the tag attribute within LINQ.
What I've meant with split ...
