Reputation: 230
I am building a Rails app that will allow users to publish their location via Facebook Places and wondered where the best place to start was. The Facebooker gem? Can't find much activity around Rails and the Places API and am happy to roll my own but wondered if anyone was aware of an existing gem or plugin that would do the job?
Upvotes: 1
Views: 498
Reputation: 1305
fbgraph is facebook graph API gem for Rails 3.
you can find this from: https://github.com/nsanta/fbgraph
by using this, you can publish data to facebook wall as well as extract data from fb also. I worked with this one of my required app.
Upvotes: 0