Files | Admin

Notes:

Release Name: 1.0.50

Notes:
Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://wiki.developers.facebook.com/index.php/API].  Its goals are:

* Idiomatic Ruby
* No dependencies outside of the Ruby standard library (This is true with Rails 2.1. Previous Rails versions require the JSON gem)
* Concrete classes and methods modeling the Facebook data, so it's easy for a Rubyist to understand what's available
* Well tested


Changes: === HEAD * New Features * Facebooker::User#publish_to for publishing to a Wall or News Stream * Optionally parses with Nokogiri. Just require 'nokogiri' in your app.