代理内的 tweetinvi 或 tweetsharp

tweetinvi or tweetsharp inside proxy

我在我的程序中使用 tweetinvi 在 Twitter 中进行搜索,但我可以访问互联网抛出代理。当我运行一个程序里面代理tweetinvi时遇到错误。

有什么帮助吗?

请查看文档以将代理与 Tweetinvi 一起使用。

https://github.com/linvi/tweetinvi/wiki/Configuration

// Simple proxy
TweetinviConfig.CurrentThreadSettings.ProxyURL = "http://228.23.13.21:4287";

// Proxy with password
TweetinviConfig.CurrentThreadSettings.ProxyURL = "http://username:password@228.23.13.21:4287";