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?
the best facebook gem i've seen so far which works great with Rails is mini_fb. You could start here.
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.
精彩评论