![]() |
1
10
我做到了。 是的,那个 link sfa提供的是正确的。但是格式太混乱了。 我是这样做的。
这很管用。感谢sfa的链接。 |
![]() |
2
3
您必须将授权GoogleLogin auth=xxx添加到您的头中。这是来自 message :
|
![]() |
3
1
看到了吗 http://code.google.com/p/google-reader-api/wiki/Authentication 有关详细信息,请简单地说,只支持ClientLogin和OAuth。请不要继续模拟浏览器流(使用SID和HSID cookies),这是不受支持的,可能会在任何时候中断。 |
![]() |
4
1
或者考虑使用这里提供的ReaderTemplate类: http://github.com/wspringer/greader-java/ . 它基本上隐藏了在适当的报头中编织和(重新)身份验证的复杂性。 |
![]() |
5
0
首次登录时使用 https://www.google.com/accounts/ServiceLoginAuth 我看到所有googlereaderapi操作都使用hsid。 我使用firebug可以在setCookie响应字段中看到hsid |
![]() |
6
0
xandy描述的4个步骤都很有效,谢谢。 这是我在.NET中对xandy步骤的实现: http://sandrinodimattia.net/blog/post/Consuming-Google-(Reader)-with-NET-Part-1-Authentication.aspx |
![]() |
drewrockshard · 将密码与本地文件名匹配 7 年前 |
![]() |
Bassie · 我的凭据存储在哪里? 7 年前 |
![]() |
Marc · getAuthEntity失败“无法匹配预期类型” 7 年前 |