我在这条线上遇到了麻烦-
var authenticationContext = AuthFlow.InitAuthentication(applicationCredentials, callBackURL);
从我们的应用服务器互联网通话受到限制。设置代理网址后,我可以在 IE 浏览器上浏览 Twitter 网站。
现在的难题是如何设置代理以成功执行 TweetInvi 对象中的上述代码片段。我尝试使用此属性设置有效代理 -
TweetinviConfig.ApplicationSettings.ProxyURL
但是,我仍然收到超时错误。有没有办法设置代理 url 来调用 Twitter 成功?
异常消息:https ://api.twitter.com/oauth/request_token Web 请求超时。
Web 异常堆栈跟踪:
在 Tweetinvi.Credentials.WebTokenFactory.LogExceptionOrThrow(TwitterException ex) 在 Tweetinvi.Credentials.WebTokenFactory.InitAuthenticationProcess(IConsumerCredentials appCredentials, String callbackURL, Boolean updateQueryIsAuthorized) 在 Thomson.Financial.Thomlets.Economics.Web.PublishTwitter.GetAutherizeFromTwitter()