views:

141

answers:

2

Hi all,

The facebook rest API is apparently deprecated and is going to disapear soon.

This Api is replaced by the new OpenGraph Api. Right ?

I'm looking for a way to replace Facebooker with a plugin able to handle the facebook open graph and working with Rails3.

I looked over the web and i didn't found something interesting about this.

Thanks in advance

+1  A: 

It has been a while since you posted your question, but maybe this answer will still help...

I am using fbgraph to interact with the OpenGraph API. AFAIK the gem is compatible with Rails3.

tg
A: 

Arkan, you should look into the following. They all work with Rails 3.

  • fbgraph
  • fb_graph
  • oauth2
  • devise
  • devise_oauth2_canvas_facebook
Júlio Santos

related questions