mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
695 B
695 B
FbGraph2
Facebook Graph API v2.x Wrapper in Ruby
Installation
Add this line to your application's Gemfile:
gem 'fb_graph2'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fb_graph2
Usage
See fb_graph2 Wiki.
Contributing
- Fork it ( https://github.com/nov/fb_graph2/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request