0

There is code to use Facebooker gem (which uses the old Facebook REST API). Does someone have experience how to convert those code to using Facebooker2, which uses the new Facebook Graph API?

For example, Facebooker has Facebooker::Session and Facebooker::User and they are both gone in Facebooker2.

I can't find too much docs on the two sets of API.

nonopolarity
  • 146,324
  • 131
  • 460
  • 740

1 Answers1

0

I've written an article about converting your Facebooker app to Facebooker2. This also means that should change from FBML to iFrame if you haven't already:

http://www.clickonchris.com/2010/11/facebooker-converting-from-fbml-to-iframe/