New Post: Follow 1400+ ids = (400) Bad Request
I am trying to use Tweetinvi to track around 5000 twitter ids in one stream but when I try to more than 1400 ids I get the following error: The remote server returned an error: (400) Bad Request. I...
View ArticleNew Post: Follow 1400+ ids = (400) Bad Request
Hi, I am not sure where the error might come from. Would you please send me the entire URL your are trying to invoke? Linvi
View ArticleNew Post: Follow 1400+ ids = (400) Bad Request
Hi Linvi, The url is too long to fit in this message box. The webRequest.RequestUri.AbsoluteUri in Streaminvi.Helpers.StreamResultGenerator starts:...
View ArticleCreated Unassigned: GetUserTimeline returns 403 Forbidden [2004]
When I call GetUserTimeline on a user object which I passed a token to, the Twitter API returns a 403 error. Other calls such as GetFriends and GetFavorites work, however.Here's the main method I'm...
View ArticleCommented Unassigned: GetUserTimeline returns 403 Forbidden [2004]
When I call GetUserTimeline on a user object which I passed a token to, the Twitter API returns a 403 error. Other calls such as GetFriends and GetFavorites work, however.Here's the main method I'm...
View ArticleClosed Unassigned: GetUserTimeline returns 403 Forbidden [2004]
When I call GetUserTimeline on a user object which I passed a token to, the Twitter API returns a 403 error. Other calls such as GetFriends and GetFavorites work, however.Here's the main method I'm...
View ArticleEdited Task: In the controllers change IUserDTO into IUserIdDTO [1980]
Most functions using a IUserDTO only nees the IUserIdDTO
View ArticleNew Post: How to cleanup and stop a stream?
Thanks for the great work.. I just opened your solution and created simple app.. I am calling 3 methods - GetRateLimit, GetHomeTimeline, UserStreamWithTrackedTweetsExample... All is working fine.....
View ArticleNew Post: How to cleanup and stop a stream?
Hi, To stop a stream just call Stream.StopStream(). If your project is quite new, I would advise using Tweetinvi 0.9 (download from the SourceCode -> Development). Version 0.8.3.xvar stream = new...
View ArticleSource code checked in, #34460
Version 0.9.0.0 - Implemented Exception handler - Credentials Factory, credentials are now created by the user thanks to TwitterCredentials.CreateCredentials(...) - If a null object is created from...
View ArticleCommented Feature: Update : [code/unity] Migrate application design to use...
Implement Unity and Dependency injection to enable the development of Unit Tests as Tweetinvi currently only have Integration tests.Comments: Associated with changeset 34460: Version 0.9.0.0-...
View ArticleCommented Feature: Implement an ExceptionHandler that users will be able to...
Tweetinvi should never crash but return default values when an operation failed for any reason.When an operation fails, the description of the error should be accessible from the static class called...
View ArticleCommented Task: Migrate JavascriptSerializer to Newtonsoft.Json [1852]
Use Json.Net (newtonsoft) instead of javascript serializer to improve performances and code clarity.Comments: Associated with changeset 34460: Version 0.9.0.0- Implemented Exception handler-...
View ArticleNew Post: 2 streams in a method ?
Is it ok to run 2 streams at the same time in the same method the method is private void BackgroundWorkerOnDoWork(object sender, DoWorkEventArgs doWorkEventArgs) stream.StartStream(token, tweet => {...
View ArticleNew Post: How do you stream only followed users
I need to stream only those I follow. I cant quite understand how to approach this.. Is there a method for it (in underlying API) and if yes is it implemented in the TweetInvi? Or shall I stream all...
View ArticleNew Post: How do you stream only followed users
Hi, You need to use the UserStream. The goal of the userstream is to receive all the events related with an account. When a follower post a tweet for example the information will be received by the...
View ArticleNew Post: 2 streams in a method ?
Hi, You should not be able to do this anymore with FilteredStream but I will verify this for you. The expected behavior based on twitter documentation is that when starting a filtered stream with the...
View ArticleCreated Issue: 10.000 friends UserStream [2006]
When running a stream with an account containing 10.000 friends it crashes the UserStream.The bug should be solved for both 0.8.3.23 and 0.9.0.0.From discussion : [bug in user...
View ArticleEdited Issue: 10.000 friends UserStream [2006]
When running a stream with an account containing 10.000 friends it crashes the UserStream.The bug should be solved for both 0.8.3.23 and 0.9.0.0.From discussion : [bug in user...
View Article