<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: facebook code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Mon, 06 Oct 2008 02:53:35 GMT</pubDate>
    <description>DZone Snippets: facebook code</description>
    <item>
      <title>Last.fm favorite artists for social network</title>
      <link>http://snippets.dzone.com/posts/show/3126</link>
      <description>// Returns a list of your top 50 favorite artists from last.fm, suitable for pasting into a Facebook, Myspace, or similar profile&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#!/usr/bin/env ruby&lt;br /&gt;require 'net/http'&lt;br /&gt;require 'csv'&lt;br /&gt;user = 'nertzy'&lt;br /&gt;csv = Net::HTTP.get 'ws.audioscrobbler.com', "/1.0/user/#{user}/topartists.txt"&lt;br /&gt;puts CSV::Reader.parse(csv).collect{ |row| row[2] }.join(", ")&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Mon, 11 Dec 2006 10:46:42 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3126</guid>
      <author>nertzy (Grant Hutchins)</author>
    </item>
  </channel>
</rss>
