Created Unassigned: stream filtered tweet MatchingTracks is empty if matching...
No matching track is returned if it is an @username trackThe issue is in here somewhere, but my linq skills are terrible so not quite sure where yet :)``` private string[] GetMatchingKeywords(string...
View ArticleCommented Unassigned: stream filtered tweet MatchingTracks is empty if...
No matching track is returned if it is an @username trackThe issue is in here somewhere, but my linq skills are terrible so not quite sure where yet :)``` private string[] GetMatchingKeywords(string...
View ArticleCommented Unassigned: stream filtered tweet MatchingTracks is empty if...
No matching track is returned if it is an @username trackThe issue is in here somewhere, but my linq skills are terrible so not quite sure where yet :)``` private string[] GetMatchingKeywords(string...
View ArticleEdited Issue: Stream. filtered tweets...
I setup a filteredstream``` fs = Tweetinvi.Stream.CreateFilteredStream(); fs.AddTrack("@myusername"); fs.MatchingTweetReceived += fs_MatchingTweetReceived; fs.StartStreamMatchingAnyCondition();```but...
View ArticleEdited Issue: stream filtered tweet MatchingTracks is empty if matching...
No matching track is returned if it is an @username trackThe issue is in here somewhere, but my linq skills are terrible so not quite sure where yet :)``` private string[] GetMatchingKeywords(string...
View ArticleCommented Issue: stream filtered tweet MatchingTracks is empty if matching...
No matching track is returned if it is an @username trackThe issue is in here somewhere, but my linq skills are terrible so not quite sure where yet :)``` private string[] GetMatchingKeywords(string...
View ArticleCommented Issue: Stream. filtered tweets...
Same as issue 2605.I setup a filteredstream``` fs = Tweetinvi.Stream.CreateFilteredStream(); fs.AddTrack("@myusername"); fs.MatchingTweetReceived += fs_MatchingTweetReceived;...
View ArticleEdited Task: Remove or Update WeakEvents [2603]
https://tweetinvi.codeplex.com/discussions/640069#
View ArticleEdited Issue: System.TypeInitializationException : Method not implemented [2595]
As described here : https://tweetinvi.codeplex.com/discussions/639131 and https://tweetinvi.codeplex.com/discussions/552428.Stackoverflow :...
View ArticleNew Post: How to get long followers list
No exception throwed, O_O The results console shows -> 0x4330 thread ended with code 259 ( 0x103 ) . Any idea?? Thanks!!
View ArticleEdited Issue: stream filtered tweet MatchingTracks is empty if matching...
No matching track is returned if it is an @username trackThe issue is in here somewhere, but my linq skills are terrible so not quite sure where yet :)``` private string[] GetMatchingKeywords(string...
View ArticleEdited Issue: Stream. filtered tweets...
Same as issue 2605.I setup a filteredstream``` fs = Tweetinvi.Stream.CreateFilteredStream(); fs.AddTrack("@myusername"); fs.MatchingTweetReceived += fs_MatchingTweetReceived;...
View ArticleNew Post: stream filter track matching
Is is possible to set a flag for strict matching so if I track for tweetinvi only tweets with #tweetinvi are returned and NOT tweetinvi.com or @tweetinvi or I am using tweetinvi
View ArticleNew Post: stream filter track matching
Also I have come across this track "tweetinvi" No matching text from the arg passed in, the tweet text is"Check out http://t.co/321654987" Then checking the URL info, I find the URL refers to...
View ArticleNew Post: stream filter track matching
also, any flags so the stream does not return retweets, if the original tweet contained the term? same again for quoted retweets. :-)
View ArticleSource code checked in, #44705
Version 0.9.8.1 - Fixed an issue with FilteredStream that did not correctly matched the mentions keywords ('@') - Added tests to verify the behavior of the StreamTrackManager
View ArticleNew Post: Windows 10 and Visual Studio 2015 RC
As mentionned in the Work Item for this issue : Hi there, I just wanted to let you know that I have worked on the issue and I have not found an acceptable solution yet. It seems to be a problem coming...
View ArticleCommented Issue: Issue with Windows 10 [2601]
https://tweetinvi.codeplex.com/discussions/639928Comments: ** Comment from web user: linvi ** Hi there,I just wanted to let you know that I have worked on the issue and I have not found an acceptable...
View ArticleNew Post: Windows 10 and Visual Studio 2015 RC
Thank you. I'll re-update the issue when the RTM is available, hoping this get fixed by MS.
View ArticleNew Post: Filtered Stream Match Any with only Location
Hi, I've created a filtered stream that only has a location. I've then started the stream using StartStreamMatchingAnyCondition method. However, I am getting tweets found that do not match the...
View Article