Edited Task: In the controllers change IUserDTO into IUserIdDTO [1980]
Most functions using a IUserDTO only nees the IUserIdDTO
View ArticleEdited Feature: UserStream : Listen to specific list of users sending tweets...
As suggested in the conversation [https://tweetinvi.codeplex.com/discussions/472205](https://tweetinvi.codeplex.com/discussions/472205), it would be interesting to have the ability to filter the users...
View ArticleCreated Unassigned: When starting user stream and network is unavailable,...
Hi,When I start a UserStream and I have no internet connectivity on my machine, I continuously receive alternating StreamStarted and StreamEnded events. Is this the desired behavior?I would expect that...
View ArticleNew Post: When starting user stream and network is unavailable, stream...
Hi, When I start a UserStream and I have no internet connectivity on my machine, I continuously receive alternating StreamStarted and StreamEnded events. Is this the desired behavior? I would expect...
View ArticleNew Post: 2 streams in a method ?
Hi sorry for the long delay. I have verified and you cannot run 2 FilteredStream simultaneously. Regards, Linvi
View ArticleSource code checked in, #34502
Version 0.9.0.0 - Updated UnityFactory and simplify the Create to only have a params of ResolverOverrideWrapper
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 34502: Version 0.9.0.0- Updated...
View ArticleNew Post: How do you stream only followed users
Very nice. Thank you.. Will try tomorrow morning.
View ArticleSource code checked in, #34503
Version 0.9.0.0 - Renamed TweetinCore folder into TweetinviCore
View ArticleClosed Feature: Cleanup the solution and namespaces [2014]
Comments: Resolved with changeset 34503: Version 0.9.0.0- Renamed TweetinCore folder into TweetinviCore
View ArticleNew Post: When starting user stream and network is unavailable, stream...
Hi, Thank you for reporting this issue, I will have a look tomorrow. Is this issue happening on Tweetinvi 0.8.3.23 or Tweetinvi 0.9. Linvi
View ArticleNew Post: Get more than 100 search result
hi linvi, is there another way to get more than 100 search result? maybe a way to make a loop to collect tweet until my target search is reached? anyway,thanks for your help before. you help me done...
View ArticleNew Post: Get more than 100 search result
Twitter does not provide paging for Tweet search. Consequently this must be done in code playing with the since_id and max_id. What is the type of target you are willing to reach? Number of tweets,...
View ArticleNew Post: When starting user stream and network is unavailable, stream...
Hi, Could you please send a code example, I am not able to reproduce this behavior. Regards, Linvi
View ArticleNew Post: When starting user stream and network is unavailable, stream...
Hi, I am currently using 0.8.3.23. I apologize I have incorrectly stated the issue. It occurs after a UserStream has successfully started. If I disconnect from the network and wait about 5 minutes, I...
View ArticleNew Post: How to publish tweets?
Hi, I have tried both of the post methods above, and I am getting an unauthorised message, basically, I have a stream connected to my twitter account, and based on certain key words in tweets, I...
View ArticleNew Post: When starting user stream and network is unavailable, stream...
Hi, Thank for the details. I will attempt to reproduce your issue but could you please send me some code (privately if you do not wish to show it publicly) so that the reproduction is more accurate. In...
View Article