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.
What i want to do is, i want to get a specific get like "design" and scatter the posts' titles around that tag and draw a line from center to each of them... like network graphs, sort of.
But in the documentation, i cannot find a way to get a single specific Tag in the getTag() method.
The link to the documentation is here, (getTag) http://delicious-java.sourceforge.net/del/icio/us/beans/Post.html#getTag()
get the tag 'design' and type the posts' titles that contains 'design' tag around it randomly.
What is the logic behind it, can you explain it to me?
My code looks like this
Thanks a bunch. Met.