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.
有人可以告诉我访问谷歌服务的方式,例如使用用户名和密码通过网络应用程序在谷歌阅读器中的用户提供项目。我不希望用户进行身份验证。我想要ASP.net中的解决方案。
There is already a solution avaible in Python at http://dalelane.co.uk/blog/?p=303
在http://dalelane.co.uk/blog/?p=303上已经有了Python的解决方案
But I do not know python.
但我不知道python。
1 个解决方案
#1
The python code doesn't do what you think. It requires a user to already be logged on.
python代码不符合你的想法。它要求用户已经登录。
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
请参阅您在此处链接的文章中的链接:http://code.google.com/appengine/docs/python/config/appconfig.html#Requiring_Login_or_Administrator_Status
The user will have to authenticate at some point.
用户必须在某个时刻进行身份验证。
#1
The python code doesn't do what you think. It requires a user to already be logged on.
python代码不符合你的想法。它要求用户已经登录。
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
请参阅您在此处链接的文章中的链接:http://code.google.com/appengine/docs/python/config/appconfig.html#Requiring_Login_or_Administrator_Status
The user will have to authenticate at some point.
用户必须在某个时刻进行身份验证。