Facebook API - 在 Rails 模型中使用多个请求

发布于 2024-10-19 23:15:52 字数 266 浏览 0 评论 0原文

我编写了一个我不满意的应用程序。本质上,它通过以下几种方式查询 Facebook API:

  1. 获取所有帖子的列表
  2. 检索每个帖子
  3. 检索每个帖子的评论

我可以在 1 个 API 请求中获取所有帖子的列表,但我已将每个后续 API 请求嵌套在一个循环中。我想一次性完成这一切,是否有关于立即发送所有请求,然后在 API 请求传入时对其进行处理的阅读内容?

我正在寻找阅读、GEMS、策略建议。

谢谢!

I have written an app that I am not happy with. Essentially it queries the Facebook API in a few ways:

  1. Gets a list of all posts
  2. Retrieves each post
  3. Retrieves each posts comments

I can get a list of all posts in 1 API request, but I've nested each subsequent API request in a loop. I'd like to do this all at once, and is there any reading on sending all the requests at once, and then handling the API requests as they come in?

I'm looking for reading, GEMS, suggestions at strategies.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

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