Im trying to create a bookmarklet for posting del.icio.us bookmarks to a seperate account.
I tested it from the command line like:
wget -O - --no-check-certificate \
"https://seconduser:[email protected]/v1/posts/add?url=http://seet.dk&description=test"
and this works great
I then wanted to create a bookmarklet in my ...
Tag-based web sites often suffer from the delicacy of language such as synonyms, homonyms, etc. For programmers looking for information, say on SO, concrete examples are:
Subversion or SVN (or svn, with case-sensitive tags)
.NET or Mono
[Will add more]
The problem is that we do want to preserve our delicacy of language and make the m...
Is there an OAuth wrapper library for Scala?
I am looking forward to work with my del.icio.us (authenticated via Yahoo account, so I am going to need OAuth) bookmarks base from a Scala code. Is there a wrapper library out there?
...