No commit activity in last 3 years
No release in over 3 years
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
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.4.0

Runtime

>= 1.0.0
 Project Readme

Facebooker¶ ↑

  • This is a fork to start implementing new Facebook API changes in Facebooker.

  • For the original project and better documentation, see github.com/mmangino/facebooker.

Implemented Features¶ ↑

  • Handles cookies set by the new Javascript SDK to recognize logged-in Facebooker users on the server

  • Exposes app_id in Facebooker module, like api_key and secret_key

Wish List¶ ↑