Source code checked in, #35519
Version 0.9.2.0 - Updated Assembly infos - Updated Build script to generate Merged Binaries
View ArticleNew Post: Example of Follow/Unfollow
Hello again. Thanks for your quick reply. Tweetinvi.dll file version I was using was 1.0.0.0. I downloaded the latest 0.9.1.1 and it works correctly. Thank you very much for your attention. Regards
View ArticleNew Post: Is it possible to add more tracks to a running stream instead of...
Dear linvi, First I need to thank you for your appreciated work, I need to do something like thisif(_savedStream == null) { _savedSream = Stream.CreateFilteredStream(); /// add tracks and handle events...
View ArticleNew Post: Follow 1400+ ids = (400) Bad Request
Hi Jago123, __ Did you figured out what is the problem ?__
View ArticleNew Post: Stream filter by URL Pattern
Hi, Sorry I don't think what you are trying to achieve is possible without receiving "waste" tweets. If you go on https://dev.twitter.com/docs/streaming-apis/keyword-matching you can type in the box...
View ArticleNew Post: Is it possible to add more tracks to a running stream instead of...
Hi, It is not, you need to stop the stream, add you parameters and restart the stream. It is not possible to have the stream continue with new parameters because the request is currently running. So...
View ArticleNew Post: Follow 1400+ ids = (400) Bad Request
Hi, Unfortunately I forgot about this issue. During my investigation I detected that the problem was not coming from Tweetinvi and that other libraries had the same issue. I had to create a request on...
View ArticleNew Post: Is it possible to add more tracks to a running stream instead of...
Thanks linivi for your quick reply, do you mean something like _savedSream.StopStream(); _savedSream.AddTrack(newTrack); _savedSream.StartStreamMatchingAnyCondition();
View ArticleNew Post: Follow 1400+ ids = (400) Bad Request
It seems it's related to query string length limitation
View ArticleNew Post: Mixed ANDs and ORs
Hi Linivi, Using your fantastic library how to do something like this Hi Twitter I need to track "Word1 and Word2" Or "Word3 And Word4" __in one stream__
View ArticleNew Post: Stream filter by URL Pattern
Thanks for the idea! I am trying to do that way but, now I have a new problem. I could observe that:stream.StartStreamMatchingAllConditions(); //stream.StartStreamMatchingAnyCondition(); they both...
View ArticleEdited Feature: Implement : [statuses/oembed] [1701]
Reference : https://dev.twitter.com/docs/api/1.1/get/statuses/oembedParameters:- id- url- maxwidth- hide_media- hide_thread- omit_script- align- related- lang
View ArticleEdited Issue: While trying to use Tweetinvi in a Windows Phone App in C#, I...
The base class or interface 'System.Net.WebException' in assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' referenced by type 'TweetinCore.Exception.TwitterException'...
View ArticleCommented Feature: Provide Tweetinvi for Windows Store Apps [2050]
Windows Store Apps target .NET Core and libraries need consequently to have the targets updated.Comments: Fully implemented in release 0.9.1.0
View ArticleEdited Feature: Provide Tweetinvi for Windows Store Apps [2050]
Windows Store Apps target .NET Core and libraries need consequently to have the targets updated.
View ArticleEdited Task: Exception Handler : Add the ability to throw exceptions [2099]
Add a field called SwallowWebExceptions and set it to true by default.Developers willing to get exceptions should be able to get them by setting this parameter to false.
View ArticleEdited Issue: Give access to User.UserFactory.GetUsersFromIds [2105]
This feature is only accessible from the factory making it difficult to access.
View Article