Facebooker and Rails3 with OpenGraph
The facebook rest API is apparently deprecated and is g开发者_如何学运维oing 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
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.
Arkan, you should look into the following. They all work with Rails 3.
- fbgraph
- fb_graph
- oauth2
- devise
- devise_oauth2_canvas_facebook
精彩评论