Facebook Graph API gem
我想在我的 Rails 应用程序中使用 Facebook 图形 API。
与 FB 图形 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是一个编写良好的 Ruby FB 图形支持 - https://github.com/nov/fb_graph
This is a well written FB graph support for Ruby - https://github.com/nov/fb_graph
您可以使用 https://github.com/arsduo/koala 中的 Koala gem
You can use the Koala gem from https://github.com/arsduo/koala
您可以直接查询Graph API。响应将采用 JSON 格式,您可以根据需要对其进行解析。有关您可以调用的特定函数和示例 JSON 响应的更多详细信息,请参阅 Facebook 文档 。
我不使用 Ruby 编写代码,但这似乎是理解 Ruby on Rails 和 JSON。
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.