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
- Host: GitHub
- URL: https://github.com/railsware/rest_facebook
- Owner: railsware
- Created: 2010-01-14T11:01:00.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-15T22:34:22.000Z (almost 16 years ago)
- Last Synced: 2025-01-01T21:23:13.039Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 677 KB
- Stars: 0
- Watchers: 51
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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