Edited Task: Remove or Update WeakEvents [2603]
https://tweetinvi.codeplex.com/discussions/640069#
View ArticleNew Post: stream filter track matching
Hi, I will have a look into it as soon as I have some spare time. Sorry for the long delay of the reply. Cheers, Linvi
View ArticleNew Post: Filtered Stream Match Any with only Location
Hi, Are you saying that you receive tweets that you should not receive or that there are missing information in the ITweet that you receive? I think there might be some missing information in the...
View ArticleNew Post: Filtered Stream Match Any with only Location
Hi linvi, The tweets I receive have no coordinate information at all. If I use StartStreamMatchingAllConditions and use the same filtered stream (i.e. a stream with only a single location set) then the...
View ArticleCreated Issue: FilteredStream : Tweet without coordinates are received [2606]
Tweets without coordinates can be received while the Location is the only parameter being specified.*For more accurate description go on the discussion.*https://tweetinvi.codeplex.com/discussions/640337#
View ArticleEdited Issue: FilteredStream : Tweet without coordinates are received [2606]
Tweets without coordinates can be received while the Location is the only parameter being specified.*For more accurate description go on the discussion.*https://tweetinvi.codeplex.com/discussions/640337#
View ArticleNew Post: Filtered Stream Match Any with only Location
Hi, Thank you for the clarification. I think I have a better understanding of the issue. Just to make sure we are on the same page I am reformulating it. If you think I am not correct please let me...
View ArticleNew Post: Filtered Stream Match Any with only Location
Hi linvi, Yes that is a correct summation of the issue I am experiencing.
View ArticleCommented Issue: FilteredStream : Tweet without coordinates are received [2606]
Tweets without coordinates can be received while the Location is the only parameter being specified.*For more accurate description go on the...
View ArticleSource code checked in, #44758
Version 0.9.8.1 - Tweetinvi is now considering the bounding boxes when filtering FilteredStream by location
View ArticleCommented Issue: FilteredStream : Tweet without coordinates are received [2606]
Tweets without coordinates can be received while the Location is the only parameter being specified.*For more accurate description go on the...
View ArticleNew Post: Chunked upload support?
Is there chunked upload support? https://dev.twitter.com/rest/public/uploading-mediahttps://dev.twitter.com/rest/reference/post/media/upload-chunked I particularly need it for video uploads. Or maybe...
View ArticleNew Post: dll versioning issues
Have updated to the new version and getting the same issue again, is there another known way, I don't feel like creating a new solution to remove the dll versioning issues due to it being portable. It...
View ArticleNew Post: stream filter track matching
No worries. I hacked some kind of checking together on my side. It isn't elegant, it isn't pretty, but it seems to work :)
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 ArticleNew Post: dll versioning issues
Hi, Why don't you simply use nuget to get the library? Nuget will automatically get the libraries with the good version. I am creating multiple new projects with Visual Studio 2013 every week and I do...
View ArticleNew Post: Chunked upload support?
Hi there, The chunked upload endpoint is not supported but I am pretty sure I have already used the upload media to upload video. Here are the methods available in Tweetinvi.var binary = newbyte[10];...
View ArticleNew Post: dll versioning issues
I need to make a few changes in order to do what I need to do. Not sure if it is part of the cause, but am using win7 (I can only open tweetinvi source in win8) Was strange that it would work in VS,...
View ArticleCreated Feature: Implement chunked upload [2608]
https://dev.twitter.com/rest/reference/post/media/upload-chunked
View Article