buddhamagnet
buddhamagnet

Reputation: 230

Facebook Places and Rails

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

Answers (2)

Raju akula
Raju akula

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

Andrei S
Andrei S

Reputation: 6516

the best facebook gem i've seen so far which works great with Rails is mini_fb. You could start here.

Upvotes: 1

Related Questions