Displaying 1 result from an estimated 1 matches for "rpheath".
Did you mean:
rheath
2006 Jul 18
0
del.icio.us links in the layout - HELP
...sponse.value
response.body
end
@links = Array.new
@descriptions = Array.new
@times = Array.new
@i = 0
http = Net::HTTP.new(''api.del.icio.us'', 443)
http.use_ssl = true
http.start do |http|
xml = get_authenticated(''/v1/posts/recent?count=10&tag=rpheath'',
http)
REXML::Document.new(xml).root.get_elements(''post'').each do |post|
link = post.attributes[''href'']
@links << link
desc = post.attributes[''description'']
@descriptions << desc
time = pos...