An open API service indexing awesome lists of open source software.

https://github.com/railsware/rest_facebook

Lightweight ruby facebook client
https://github.com/railsware/rest_facebook

Last synced: 11 months ago
JSON representation

Lightweight ruby facebook client

Awesome Lists containing this project

README

          

REST Facebook
=============

Simple plugin for Facebook REST API

Usage:
* configure facebook app keys in rest_facebook.yml
* get instance session: RestFacebook.new_fb_session
* use simple call method and receive string response: session.call 'users.isAppUser' => "true/false"
* use mapped call and receive object representation response: map_call 'users.hasAppPermission', {:ext_perm=> 'status_update'} => true/false