0
我嘗試登錄facebook與webclient,但它只是返回登錄頁面,它不是loged到Facebook。我的代碼有什麼問題?webclient無法登錄Facebook
System.Collections.Specialized.NameValueCollection collection = new System.Collections.Specialized.NameValueCollection();
collection.Add("email", "sadasfasdaddsfadfdf");
collection.Add("pass", "54");
client.Proxy = null;
byte[] result = client.UploadValues("https://www.facebook.com/login.php?login_attempt=1", "POST", collection);
System.IO.File.WriteAllBytes("result.html", result);
System.Diagnostics.Process.Start("result.html");
其實它會成爲我的例子我將適用於另一個網站我使用Facebook,因爲我認爲我將是常見問題。是的,它返回我的網站,當我點擊登錄buton –
我從文檔,其中包含值=「n」,每次獲得此值 但在導航時發送了一些其他值,我在哪裏可以找到真正的值,請幫助我 – Charlie