RE: [twitter-dev] The remote name could not be resolved: 'twitter.com' problem

2009-12-20 Thread Ken Dobruskin

You might want to try the Twitterizer API Google group here: 
http://groups.google.com/group/twitterizer

hth,

Ken

 Date: Sat, 19 Dec 2009 17:53:05 -0800
 Subject: [twitter-dev] The remote name could not be resolved: 'twitter.com'   
 problem
 From: mr.ki...@gmail.com
 To: twitter-development-talk@googlegroups.com
 
 Hi there
 
 I started to use twitterizer API for my blog. I post my tweet from my
 cms system. I get this error
 
 
 The remote name could not be resolved: 'twitter.com'
 
 
 In the .cs file my code goes here
 
 
 Twitter t = new Twitter(emrekiyak, *);
 t.Status.Update(textbox1.Text);
 
 
 and web.config configuration is that :
 
 
 trust level=Medium originUrl=https?://(www\.)?twitter.com/.+/
 
 
 How can i solve this problem.
 
 
 Thank you all
 
 
  
_
Windows Live Hotmail: Your friends can get your Facebook updates, right from 
HotmailĀ®.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_4:092009

[twitter-dev] The remote name could not be resolved: 'twitter.com' problem

2009-12-19 Thread Emre KIYAK
Hi there

I started to use twitterizer API for my blog. I post my tweet from my
cms system. I get this error


The remote name could not be resolved: 'twitter.com'


In the .cs file my code goes here


Twitter t = new Twitter(emrekiyak, *);
t.Status.Update(textbox1.Text);


and web.config configuration is that :


trust level=Medium originUrl=https?://(www\.)?twitter.com/.+/


How can i solve this problem.


Thank you all