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'm using Devise + the omniauth-facebook gem to log in to my Rails 3 app using Facebook (see Rails 3 using Devise: How to allow someone to log in using their Facebook account?).

But how can I work with the Graph/OpenGraph API once authenticated? Use another gem such as Koala?

share|improve this question

1 Answer

up vote 1 down vote accepted

You could use a gem, or just treat it "RESTFully". Check out some useful docs from Heroku.

There's a similar question to yours too: Facebook Graph API gem

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.