简体   繁体   English

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

[英]Retrieving Google Reader subscription list in iOS app

I need to retrieve Google Reader subscription list for a user in a iPhone app. 我需要为iPhone应用程序中的用户检索Google Reader订阅列表。 I understand that there is no official API available, and I have kinda exhausted Google search already. 我了解到没有可用的官方API,并且我已经用尽了Google搜索。 Out of various options, the closest I have found is [ 在各种选项中,我找到的最接近的是[ Using JSON Framework on iPhone - HELP! 在iPhone上使用JSON框架-帮助! ], can anyone share more details - sample code etc. ],任何人都可以共享更多详细信息-示例代码等。

@WeNeedAnswers> Yes, the OPML format is what I am looking at. @WeNeedAnswers>是的,我正在查看OPML格式。 But I need to retrieve that directly from my iPhone app. 但是我需要直接从我的iPhone应用程序中检索它。

I'm writing an Objective-C wrapper for iOS based apps using GoogleReader API. 我正在使用GoogleReader API为基于iOS的应用程序编写Objective-C包装。 The project, inspired by Pyrfeed, is available at https://github.com/zimok/GoogleReaderAPI-iOS 受Pyrfeed启发的项目可从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. 请注意,这是一个ALPHA,我正在进行艰苦的重构,以使其异步工作并使用委托协议。

For now there are some base API methods available. 目前,有一些基本的API方法可用。 Take a look. 看一看。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM