Facebook Graph API gem

发布于 2024-11-05 11:35:08 字数 91 浏览 1 评论 0原文

我想在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

这样的小城市 2024-11-12 11:35:08

这是一个编写良好的 Ruby FB 图形支持 - https://github.com/nov/fb_graph

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

深海不蓝 2024-11-12 11:35:08

您可以使用 https://github.com/arsduo/koala 中的 Koala gem

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

欢烬 2024-11-12 11:35:08

您可以直接查询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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文