Created Unassigned: Search.SearchTweets is not working with #tags [2187]
HI Tweetinvi,I'm trying to get all tweets for a particular #tag & it works if that #tag is trending on twitter,but if I use a custom #tag,which has only one or two tweets,its throwing errors(Object...
View ArticleNew Post: How to add Tracks to already started FilteredStream ?
I added some tracks to a filtered stream and started it as:filteredStream.StartStreamMatchingAllConditions(); Now when the stream is listening to twitter feed, how can I add more tracks to it to be...
View ArticleNew Post: .NET issues?
Hi imlokesh, Does that mean that versions prior to 0.9 (ie Alpha 0.8.3.23) work fine under .NET 4.0 & XP? Maybe I could downgrade... Thanks, Filip
View ArticleNew Post: FilteredStream frequently stopping due to error
I haven't created an issue because I'm not entirely sure this is unintended - but I've noticed my async streaming filter frequently stops. I added a StreamStopped event handler to get a stack trace,...
View ArticleNew Post: .NET issues?
I end up switching back to Phirehose under PHP. I blame .NET technology for not being portable as intended...
View ArticleNew Post: User Agent
Hi, You've just copied my response. Is there any other question I could help you with? Linvi
View ArticleNew Post: User Agent
Not sure why that happened. Here's my original response: Sorry about the 1 vs 1.1 issue, I should have definitely noticed that. What you are saying about the MaximumNumberOfResult also makes sense, so...
View ArticleNew Post: Best practice for keeping streams alive
Your message: Hello! I find examples, none works for me! I need a working example or documentation more explicit .. This is my code and does not work Token string = "xxxxxxxxxxxxxxxx"; TokenSecret...
View ArticleNew Post: User Agent
Greetings Linvi, I am also having the same issue. The rate limit I'm getting back is 180 instead of 450. I'm using ASP.NET MVC 5, .NET 4.5.1. I set my credentials early on (I'm guessing this is similar...
View ArticleNew Post: How to add Tracks to already started FilteredStream ?
Hi, You need to stop the stream before adding a track. filteredStream.StopStream(); filteredStream.AddTrack("#newtag"); filteredStream.ResumeStream();Linvi
View ArticleCreated Issue: Verify Windows XP compatibility [2193]
Verify that Tweetinvi is compatible with Windows XP.
View ArticleNew Post: .NET issues?
Hi guys, I am sorry to hear that. To be honest with you I never tested the API on Windows XP as I though the implementation of the .NET Framework was the same for all these platforms. I will have a...
View ArticleNew Post: Best practice for keeping streams alive
Hello, If your code does not throw any exception please look into the ExceptionHandler and send us the latest exceptions stored in your application. Linvi
View ArticleNew Post: FilteredStream frequently stopping due to error
Hi there, I think this is a bug. But I never received this bug before. If this happen again would you please send me the ObjectValue from the Error when it is thrown. If the error is not thrown...
View ArticleCreated Feature: Allow developers to perform actions against...
Allow application-only credentials.https://dev.twitter.com/docs/rate-limiting/1.1/limits
View ArticleNew Post: User Agent
Hi, When you set the credentials like this you set the credentials for a specific user which is limited to 180 search requests. In the current version, Tweetinvi does not allow developers to work...
View ArticleNew Post: Date Range Search?
I cannot seem to get any results if my searchParameter.Until is set earlier than one week previous. What am I missing here???
View ArticleNew Post: User Agent
Hi Linvi, Thanks for your quick reply. I have no problem waiting for the new feature to be implemented in a couple of months. I really appreciate that. I will use your work-around with creating more...
View ArticleNew Post: FilteredStream frequently stopping due to error
Hello Linvi, Thanks for the response and suggestion to break on CLR Exceptions - it took a while, but I was able to catch it again. It seems to be happening for tweets with a place.place_type value of...
View Article