August 2009
4 posts
1 tag
TweetSharp via https
If you’re working with the awesome TweetSharp library from behind a proxy that blocks http://twitter.com, here’s a quick hint for connecting via https. Include the following in your CreateRequest call:
var twitter = FluentTwitter.CreateRequest()
.Configuration.UseTransparentProxy("https://twitter.com")