Rate Limit
- Removed the Contributors rate limit as they are no longer provided by Twitter.
Tweet
- Added Symbols Entities.
var tweet = Tweet.PublishTweet("Tweetinvi 0.9.5.0 is in bar!");
var tweetSymbols = tweet.Entities.Symbols;
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";