在 iOS 应用程序中检索 Google Reader 订阅列表

发布于 2024-09-29 02:02:28 字数 444 浏览 6 评论 0原文

我需要在 iPhone 应用程序中检索用户的 Google Reader 订阅列表。据我所知,没有可用的官方 API,而且我已经用尽了 Google 搜索。在各种选项中,我发现最接近的是 [ 在 iPhone 上使用 JSON 框架 - 帮助!],任何人都可以吗分享更多细节 - 示例代码等。

@WeNeedAnswers>是的,我正在寻找 OPML 格式。但我需要直接从我的 iPhone 应用程序中检索它。

I need to retrieve Google Reader subscription list for a user in a iPhone app. I understand that there is no official API available, and I have kinda exhausted Google search already. Out of various options, the closest I have found is [Using JSON Framework on iPhone - HELP!], can anyone share more details - sample code etc.

@WeNeedAnswers> Yes, the OPML format is what I am looking at. But I need to retrieve that directly from my iPhone app.

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

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

发布评论

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

评论(1

×眷恋的温暖 2024-10-06 02:02:28

我正在使用 GoogleReader API 为基于 iOS 的应用程序编写 Objective-C 包装器。
该项目受 Pyrfeed 启发,可在 https://github.com/zimok/GoogleReaderAPI-iOS

请注意,这是一个 ALPHA,我正在进行硬重构以使其异步工作并使用委托协议。

目前有一些可用的基本 API 方法。看看吧。

I'm writing an Objective-C wrapper for iOS based apps using GoogleReader API.
The project, inspired by Pyrfeed, is available at https://github.com/zimok/GoogleReaderAPI-iOS

Note that is an ALPHA, and I'm doing an hard refactoring to make it work Asynchronous and using a delegate protocol.

For now there are some base API methods available. Take a look.

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