Popularity
3.0
Stable
Activity
0.0
Stable
106
8
66
Code Quality Rank:
L5
Monthly Downloads: 17,694
Programming language: Ruby
License: MIT License
Tags:
Third-party APIs
Projects
Latest version: v1.1.1
fb_graph2 alternatives and similar gems
Based on the "Third-party APIs" category.
Alternatively, view fb_graph2 alternatives based on common mentions on social networks and blogs.
-
ruby-gmail
A Rubyesque interface to Gmail. Connect to Gmail via IMAP and manipulate emails and labels. Send email with your Gmail account via SMTP. Includes full support for parsing and generating MIME messages. -
pivotal-tracker
DISCONTINUED. Ruby gem that provides an AR-style interface for the Pivotal Tracker API -
itunes_store_transporter
Upload and manage your assets in the iTunes Store using the iTunes Store’s Transporter (iTMSTransporter). -
pivotal-tracker-api
This is a Ruby Gem that can be used to communicate with the Pivotal Tracker API v5
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of fb_graph2 or a related project?
README
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