facebooker-lite 1.0.67.2
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 This is a lite version with most view/helper stuff removed.
          Gemfile:
          =
        
        
          installieren:
          =
        
      Runtime Abhängigkeiten (1):
            json_pure
            >= 1.0.0
          
    