我想登錄到Gmail使用asp.net,但是當我使用http post方法....有問題登錄到gmail?
它返回你的瀏覽器不接受cookies?...和在Internet Explorer中它的標誌在..什麼問題?尋找什麼...如果任何人有代碼如何登錄到Gmail ...我會非常感謝。
我想登錄到Gmail使用asp.net,但是當我使用http post方法....有問題登錄到gmail?
它返回你的瀏覽器不接受cookies?...和在Internet Explorer中它的標誌在..什麼問題?尋找什麼...如果任何人有代碼如何登錄到Gmail ...我會非常感謝。
你可能需要閱讀本:http://code.google.com/apis/gmail/
<form method="post" action="https://www.google.com/accounts/ServiceLoginAuth?service=mail" id="gaia_loginform">
<input type="hidden" value="http://mail.google.com/mail/?hl=en&tab=wm" id="continue" name="continue"/>
<input type="hidden" value="mail" id="service" name="service"/>
Username:<input type="text" value="" size="18" id="Email" name="Email"/>
Password:<input type="password" size="18" id="Passwd" name="Passwd"/>
<input type="submit" value="Sign in" name="signIn"/>
</form>
您可以使用谷歌API還 http://code.google.com/apis/contacts/docs/1.0/developers_guide_dotnet.html#client_login
其實我想登錄到google.adword.tool – 2010-10-18 13:04:59