Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a Rails 3 application, and I need to access a user's Fusion Table using OAuth 2.0. I am not using OAuth in the app for user authentication, we have our own users database managed with devise.

I have been looking around, and it seems that there is only one library for handling Fusion Tables API. However, this library only supports Authlogic and user/pass login, not OAuth, as it inherits from the GData gem.

There is a google library for Ruby that handles OAuth, but it does not abstract Fusion Tables behaviour.

I have also found a Rails-specific gem that also handles OAuth, as well as an omniauth strategy for google oauth2.

My question is: has anyone had any experience with any of these libraries? Which ones would you recommend?

Thank you!

share|improve this question
Sorry I haven't had experience with these, but I might start looking at them, as I am keen to explore fusiontables/rails integration. I'm confused about the best approach - should data be left in fusiontables, replicated in Rails, or kept just in Rails? I guess ultimately I'm wondering what's the advantage of FusionTables integation - aren't we all better off with just Gmap/RoR integration? What are you hoping to get from FusionTables that you don't get from Gmap/RoR? – Sam Joseph Feb 13 at 12:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.