Quick Overview
Proxy
- It is now possible to add a username and password to use a proxy.
// Proxy without authentication
TweetinviConfig.CURRENT_PROXY_URL = "http://198.232.247.23:4829";
// Proxy with authentication
TweetinviConfig.CURRENT_PROXY_URL = "http://user:pass@198.232.247.23:4829";
Tweets
- Added Symbols Entities.
var tweet = Tweet.PublishTweet("Tweetinvi 0.9.5.0 is in bar!");
var tweetSymbols = tweet.Entities.Symbols;
Streams
- Streams are now raising the StreamStopped event after no message has been received from Twitter. The disconnect message will have a code of 503 and a description of 'Timeout'
Rate Limits
- Removed the Contributors rate limit as they are no longer provided by Twitter.