[MonoTouch] WebRequest exception

2011-08-24 Thread alicya
Hello! I have an empty iPhone Window-based Project created with MonoDevelop. In the generated code, in the FinishedLaunching method I try to connect to the Twitter API using the following code: string url = http://twitter.com/statuses/friends_timeline.xml;; WebRequest request =

Re: [MonoTouch] WebRequest exception

2011-08-24 Thread alicya
Hello! Thank you for the response. I tried it with HttpWebRequest and HttpWebResponse, but I get the same error. I further investigated the problem, and I found that when trying to execute WebResponse response = request.GetResponse();, the response's IsMutuallyAuthenticated method throws