New Post: JsonSerializationException when trying to get current rate limits.
Thank you for these additional information, this is quite helpful. Please be aware that usually you have to either use RateLimitTrackerOptions.TrackAndAwait;ORRateLimitTrackerOptions.TrackOnly; and...
View ArticleNew Post: VS2015 Windows 10 Universal Ex
Hi Linvi, Do not know if strictly related with tweetinvi (maybe is my config) but I'm experiencing issue while calling: var tempCredentials = new ConsumerCredentials("key", "secret"); var url =...
View ArticleNew Post: VS2015 Windows 10 Universal Ex
Hi, I will have a look into it this week end and let you know. Cheers, Linvi
View ArticleNew Post: VS2015 Windows 10 Universal Ex
Thank you. Hope you can repro because can't figure out what's wrong (the app shared is 2 line code!). Have a nice we. Ciao!
View ArticleEdited Task: Tweetinvi Settings - Set APP settings before any operation [2547]
Defining the settings of the APP before performing any operation should act on the settings of the MainThread and not on the settings of all the threads but the main one.After the first operation has...
View ArticleEdited Issue: Long generated URLs result in 503 [2240]
I've noticed that when creating a Filtered Stream and following a large amount of users (over 1000 or so in my case), that I start consistently receiving 503 responses from stream.twitter.com. Twitter...
View ArticleSource code checked in, #45338
- Removed version 0.9.7.x and 0.9.8.x from source code repository
View ArticleNew Post: Can't get more than two multi-threaded filter streams to run
I am building an app that takes saved user OAuth tokens and opens a filtered stream for each one. Eventually it will save the stream somewhere but for now I am just writing it to the console for...
View ArticleNew Post: Can't get more than two multi-threaded filter streams to run
Hello, I do not think the issue comes from Tweetinvi but it is more likely that Twitter restricts the usage of multiple public streams with the same IP. The thing is that this behavior was mentioned in...
View ArticleSource code checked in, #45342
Version 0.9.10.0 - Added documentation to Account and Auth static classes - Changed account to use FriendshipController instead of private field that could have resulted in multi-threading issues.
View ArticleCommented Task: Add Documentation to methods [2569]
Each public method should have a summary describing what the method is doing.This should be the case for the TweetinviLogic.Models as well as Tweetinvi static classes.Comments: Associated with...
View ArticleCreated Task: Add a collection/dictionary to store the ILoggedUser against...
The idea is to be able to retrieve the LoggedUser without having to perform a query multiple times.
View ArticleSource code checked in, #45343
Version 0.9.10.0 - Added User.FollowUser and User.UnFollowUser methods - Removed some of the unnecessary methods using the IUser interface
View ArticleCommented Task: Add Follow to the User static class [2550]
PostponedComments: Associated with changeset 45343: Version 0.9.10.0- Added User.FollowUser and User.UnFollowUser methods- Removed some of the unnecessary methods using the IUser interface
View ArticleCommented Task: Follow a User is complicated [2630]
https://tweetinvi.codeplex.com/discussions/642163#Comments: Associated with changeset 45343: Version 0.9.10.0- Added User.FollowUser and User.UnFollowUser methods- Removed some of the unnecessary...
View ArticleNew Post: Can't get more than two multi-threaded filter streams to run
Linvi, Thanks for the quick response. Your activity on the forums is super helpful. I updated the code and ran it with your changes but the StreamStopped event never fires. I would also note that I...
View ArticleCreated Issue: Cannot Run more than 2 streams at the same time [2644]
https://tweetinvi.codeplex.com/discussions/644512
View Article