1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00
No description
Find a file
Nitish Madhukar 4a49e6faa8 Update v2.8 (#1)
* 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
2017-02-28 18:30:52 +09:00
lib Update v2.8 (#1) 2017-02-28 18:30:52 +09:00
spec Update v2.8 (#1) 2017-02-28 18:30:52 +09:00
.gitignore more tests 2014-06-03 15:03:43 +09:00
.rspec .rspec 2014-06-30 17:56:59 +09:00
.travis.yml add 2.4.0 and update others 2017-02-28 18:08:34 +09:00
fb_graph2.gemspec update readme 2015-05-09 18:50:57 +09:00
Gemfile initial commit 2014-05-03 18:56:42 +09:00
LICENSE.txt initial commit 2014-05-03 18:56:42 +09:00
Rakefile will work on tests later 2014-05-05 20:43:42 +09:00
README.md update readme 2015-05-09 18:50:57 +09:00
VERSION Update v2.8 (#1) 2017-02-28 18:30:52 +09:00

FbGraph2

Facebook Graph API v2.x Wrapper in Ruby

Build Status

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

  1. Fork it ( https://github.com/nov/fb_graph2/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request