Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 501 Bytes

FbGraph-Rails

Simple FbGraph wrapper for Rails.

Features

  • Session maintenance by signed request or oauth2
  • Access control by Facebook App Permissions.
  • Call Graph API from Model with one-line configuration.

Prerequisites

  • Create model Called User(see specs/fake_app).

How to use

  • tba

Limitations

  • Slow. No caching for now.

TODO

  • Write installation guide
  • Test for OAuth2 support
  • Require user only with basic permissions
  • Logger
  • Simple cache system using Rails.cache