如何从网络应用程序验证谷歌帐户服务以使用谷歌数据
有人可以告诉我如何使用用户名和密码通过网络应用程序访问谷歌服务,例如谷歌阅读器中的用户提要项目。 我不希望用户进行身份验证。 我想要 ASP.net 中的解决方案。
Python 中已经有一个解决方案,位于 http://dalelane.co.uk/blog/ ?p=303
但我不懂python。
Can some body please tell me the way to access the google service such as the user feed items in google reader through the web application using username and password. I do not want the user to authenticate. I want the solution in ASP.net.
There is already a solution avaible in Python at http://dalelane.co.uk/blog/?p=303
But I do not know python.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
python 代码不会按照你的想法做。 它要求用户已经登录。
请参阅您链接到此处的文章中的链接:http:// /code.google.com/appengine/docs/python/config/appconfig.html#Requiring_Login_or_Administrator_Status
用户必须在某个时刻进行身份验证。
The python code doesn't do what you think. It requires a user to already be logged on.
See the link in the article you linked to here: http://code.google.com/appengine/docs/python/config/appconfig.html#Requiring_Login_or_Administrator_Status
The user will have to authenticate at some point.