mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
No description
4a49e6faa8
* default v2.4 * links edge is no longer available. use feed https://developers.facebook.com/docs/apps/changelog#v2_4_changes * statuses edge is no longer available. use feed https://developers.facebook.com/docs/apps/changelog#v2_4_changes * invited edge is no longer available https://developers.facebook.com/docs/apps/changelog#v2_4_changes * home edge is no longer available. https://developers.facebook.com/docs/apps/changelog#v2_4_changes * inbox edge is no longer available. https://developers.facebook.com/docs/apps/changelog#v2_4_changes * notifications and outbox edges are no longer availabe. https://developers.facebook.com/docs/apps/changelog#v2_4_changes ps. outbox isn't mentioned in the doc, but read_mailbox deprecation causes outbox deprecation too. * update graph api version to 2.8 * update gem version * remove applications edge * update message_tags json data format * align with features in v2.8 * align with features in v2.7 * align with features in v2.6 * align with features in v2.5 * align with features in v2.4 |
||
---|---|---|
lib | ||
spec | ||
.gitignore | ||
.rspec | ||
.travis.yml | ||
fb_graph2.gemspec | ||
Gemfile | ||
LICENSE.txt | ||
Rakefile | ||
README.md | ||
VERSION |
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