在 iOS 应用程序中检索 Google Reader 订阅列表
我需要在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在使用 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.