Edited Issue: Spaces encoded in published tweets [2211]
I am having an issue with publishing tweets. It works all right but encodes the spaces within words so in twitter i have a tweet that looks like thistest%20post%20againAny help please.Thanks
View ArticleReopened Feature: RateLimit [2097]
Implement a solution that allow developers to listen to rate limit events and act in consequence.Add a mechanism to start a method only when the rate-limit is valid.Add a mechanism to check the...
View ArticleCommented Feature: Add Symbols to TweetEntities [2430]
https://tweetinvi.codeplex.com/discussions/554619Hi Linvi, How about an update to the ITweetEntities interface to include the symbols object? (See:...
View ArticleEdited Feature: Add Symbols to TweetEntities [2430]
https://tweetinvi.codeplex.com/discussions/554619Hi Linvi, How about an update to the ITweetEntities interface to include the symbols object? (See:...
View ArticleSource code checked in, #41702
Version 0.9.5.0 - Added Username and Password for proxy authentication ("http://user:pass@198.xxx.xxx.xx:8080")
View ArticleCommented Issue: Proxy with Password [2462]
https://tweetinvi.codeplex.com/discussions/572936Comments: Fixed in changeset : 41702
View ArticleEdited Issue: Proxy with Password [2462]
https://tweetinvi.codeplex.com/discussions/572936
View ArticleNew Post: Can you use a proxy?
Hi, This is now part of the Source Code of Tweetinvi 0.9.5.0. Special thanks to you imlokesh. The code was exactly what was needed, the syntax is good so I kept it. Cheers, Linvi
View ArticleEdited Issue: Proxy with Password [2462]
https://tweetinvi.codeplex.com/discussions/572936
View ArticleEdited Issue: Proxy with Password [2462]
https://tweetinvi.codeplex.com/discussions/572936Comments: Documentation needs to be done for this.
View ArticleUpdated Release: Tweetinvi 0.9.5.x
Rate Limit - Removed the Contributors rate limit as they are no longer provided by Twitter.Tweet - Added Symbols Entities.Proxy - It is now possible to add a username and password to use a proxy.
View ArticleUpdated Release: Tweetinvi 0.9.5.x
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...
View ArticleUpdated Release: Tweetinvi 0.9.5.x
Quick OverviewProxyTweetsStreamsRate LimitsProxy - It is now possible to add a username and password to use a proxy.// Proxy without authentication TweetinviConfig.CURRENT_PROXY_URL =...
View ArticleUpdated Release: Tweetinvi 0.9.5.x
Quick OverviewProxyTweetsStreamsRate LimitsProxy - It is now possible to add a username and password to use a proxy.// Proxy without authentication TweetinviConfig.CURRENT_PROXY_URL =...
View ArticleNew Post: Universal App
Hi, I am not sure what you mean by universal app. Tweetinvi is a 100% portable class library. All the dependencies are portable class libraries. You should therefore be able to use this project in any...
View ArticleNew Post: Use Tweetinvi in VB.Net
Hi, Sorry for the 1 month late reply. Have you not been able to use the examples provided in the zip files? Linvi
View ArticleNew Post: Universal App
I mean that : https://msdn.microsoft.com/en-us/library/windows/apps/dn609832.aspx The easiest thing to reproduce the error is to create a new blank universal app and trying to add the nuget package. I...
View ArticleEdited Issue: IUser.ProfileBackgroundTitle [2507]
There is a property on the IUser interface called ProfileBackgroundTitle.I can't find what this corresponds to on a Twitter User, so I'm wondering if it's a typo and should be ProfileBackgroundTile...
View ArticleSource code checked in, #41727
Version 0.9.5.0 - Renamed IUser.ProfileBackgroundTitle to ProfileBackgroundTile like the IUserDTO
View Article