简体   繁体   中英

Facebook Graph API gem

I wanted to use the Facebook graph API in my rails app.

What is the recommended gem to work with the FB graph APIs?

Thanks

This is a well written FB graph support for Ruby - https://github.com/nov/fb_graph

You can use the Koala gem from https://github.com/arsduo/koala

You can query the Graph API directly. The responses will be in JSON which you can then parse as needed. See the Facebook Documentation for more details on the specific functions you can call and sample JSON responses.

I don't code in Ruby, but this seems like a great start on understanding Ruby on Rails and JSON .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM