1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00
fb_graph2/README.md

33 lines
695 B
Markdown
Raw Normal View History

2015-05-09 05:50:57 -04:00
FbGraph2
2015-04-28 10:12:08 -04:00
====
2014-05-03 05:56:42 -04:00
2015-05-09 05:50:57 -04:00
Facebook Graph API v2.x Wrapper in Ruby
[![Build Status](https://img.shields.io/travis/nov/fb_graph2/master.svg)](http://travis-ci.org/nov/fb_graph2)
2014-05-03 05:56:42 -04:00
## 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
2014-06-02 03:05:41 -04:00
See [fb_graph2 Wiki](https://github.com/nov/fb_graph2/wiki).
2014-05-03 05:56:42 -04:00
## Contributing
2015-04-28 10:12:08 -04:00
1. Fork it ( https://github.com/nov/fb_graph2/fork )
2014-05-03 05:56:42 -04:00
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