Edited Issue: Cannot Run more than 2 streams at the same time [2644]
https://tweetinvi.codeplex.com/discussions/644512
View ArticleNew Post: Can't get more than two multi-threaded filter streams to run
Well it looks like a bug with Tweetinvi then. I will investigate and get back to you. In the meantime could you please upgrade to the latest version (0.9.9.6), there has been few changes to the...
View ArticleNew Post: Can't get more than two multi-threaded filter streams to run
I have been able to reproduce your issue and I am going to work on this as a priority. This will be fixed and should be released under Tweetinvi 0.9.9.7. Cheers, Linvi
View ArticleNew Post: Can't get more than two multi-threaded filter streams to run
Hello, I have been able to find a fix for the issue. Now it implies refactoring the StreamTask to use the HttpClient. As you are probably aware, the PCL version of System.Net WebRequest are more...
View ArticleCreated Task: Build Tools should update TwitterClientHandler version [2645]
request.Headers.Add("User-Agent", "Tweetinvi/0.9.10.x");
View ArticleEdited Task: Build Tools should update TwitterClientHandler version [2645]
request.Headers.Add("User-Agent", "Tweetinvi/0.9.10.x");
View ArticleNew Post: Error "Received an unexpected EOF or 0 bytes from the transport...
Hello, I have just started working on this issue. Would you please let me know if you were able to have a look into this issue on your side? If so could you please share your knowledge. Cheers, Linvi
View ArticleCommented Issue: Underscores into user images [2637]
Hi, I think there is some problem when the library returns the path (ProfileImageFullSizeUrl) of a user.In particular, the error is present when the original url has an underscore.Seems the library...
View ArticleEdited Issue: Underscores into user images [2637]
Hi, I think there is some problem when the library returns the path (ProfileImageFullSizeUrl) of a user.In particular, the error is present when the original url has an underscore.Seems the library...
View ArticleSource code checked in, #45378
Version 0.9.10.0 - It is now possible to run multiple streams concurrently - Improved credentials in Streams - Improved WebException handling for Streams; even if the...
View ArticleCommented Issue: Cannot Run more than 2 streams at the same time [2644]
https://tweetinvi.codeplex.com/discussions/644512Comments: Associated with changeset 45378: Version 0.9.10.0- It is now possible to run multiple streams concurrently- Improved credentials in Streams-...
View ArticleEdited Issue: Cannot Run more than 2 streams at the same time [2644]
https://tweetinvi.codeplex.com/discussions/644512
View ArticleNew Post: How to comment on another user's tweet
How to comment on another user's tweet by tweetID. Sorry for my bad English
View ArticleNew Post: How to comment on another user's tweet
Hi, I think what you want to do is to reply to a tweet. Please have a look into the Tweet documentation here : https://github.com/linvi/tweetinvi/wiki/Tweets#most-common-publication.var tweet =...
View ArticleNew Post: How to comment on another user's tweet
var tweetToReplyTo = Tweet.GetTweet(643936243823210496); var tweet = Tweet.PublishTweet("We love you back!", new PublishTweetOptionalParameters { InReplyToTweet = tweetToReplyTo }); i want reply to a...
View ArticleNew Post: How to comment on another user's tweet
Well replies to a tweet go on their timeline as well as yours. This is the Twitter behaviour. If you want to see you reply on their timeline you can simply go on the target account, find the tweet you...
View ArticleNew Post: How to comment on another user's tweet
Tweet only show on my time line. I don't see it appear in parent tweet.
View ArticleNew Post: How to comment on another user's tweet
My user id: 3076771201 Screen Name: @kt5_uct
View Article