-2
http://www.voiceoftech.com/swhitley/index.php/2009/03/twitter-oauth-with-net/如何從xml中提取用戶數據並將其發送給字符串?
url = "http://twitter.com/account/verify_credentials.xml";
xml = oAuth.oAuthWebRequest(oAuthTwitter.Method.GET, url, String.Empty);
apiResponse.InnerHtml = Server.HtmlEncode(xml);
你如何從XML提取用戶數據並將其發送到一個字符串?即將xml轉換爲字符串。
string name =
string id=
等