mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
No description
lib | ||
spec | ||
.gitignore | ||
fb_graph2.gemspec | ||
Gemfile | ||
LICENSE.txt | ||
Rakefile | ||
README.md | ||
VERSION |
FbGraph2
Similar to fb_graph gem, but supports Graph API v2.0+.
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/[my-github-username]/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