使用 OAUth 对 Google Reader 进行身份验证
我想将 Android 应用程序中的 URL 发布到 Google Reader。我已使用 ClientLogin
(访问非官方 google API)向 google Reader 进行身份验证。我已收到响应代码 200,但我无法将此网址发布到 Google Reader。我用过JSOUP-1.5.2.jar。
我见过其他使用 OAuth 访问官方 Google 阅读器的程序。我应该遵循哪种程序更好,以便我可以将 Android 应用程序中的消息发布到 Google 阅读器?
I want to post a URL from my android application to Google Reader. I have authenticated to google Reader using ClientLogin
(Accessed to unofficial google API).I have received response code 200, but I was not able to post this url to Google Reader. I have used JSOUP-1.5.2.jar.
I have seen other procedures to access Official Google Reader using OAuth. Which procedure is better for me to follow so that I can post a message from my android application to Google Reader?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅我的 C# 示例(与 Java 非常相似)。
Google Reader API - 获取 Feed
See my example in C# (very similar to Java).
Google Reader API - Getting Feeds