New Post: Tweetinvi 0.9.1.x is now released
Noticed a big difference between the ITweet interface in v0.8.3.23 and this version. I'm comparing the Json string between the two: In v0.8.3.23, Creator node appear once only but in 0.9.1.x Creator...
View ArticleNew Post: Filter Stream by Language Using the API
Hi, This feature is not implemented by default on Tweetinvi because I did not had knowledge of this filter. Though, you can do this easily on your own:var s = Stream.CreateTweetStream();...
View ArticleNew Post: Tweetinvi 0.9.1.x is now released
Hi,In v0.8.3.23, Creator node appear once only but in 0.9.1.x Creator node appear twice, once as attribute at root level and once as a sub node of TweetDTO node. I am not sure of what you mean. In...
View ArticleCreated Unassigned: Filter Stream by Language Using the API [2146]
As per https://tweetinvi.codeplex.com/discussions/540990
View ArticleCommented Unassigned: NullReference exceptions [2144]
Hiya,I am using TweetInvi as part of a service that monitors a Twitter account, and replies according to various events (mentions, new followers). I've had a few cases where the entire sevice dies due...
View ArticleSource code checked in, #35466
Version 0.9.2.0 - Tweet with Image/Media - Example added to Examplinvi - Updated TweetinviWebLogic to improve testability - Tests are now all passing
View ArticleNew Post: Example of Follow/Unfollow
I try this solution with the next code: TwitterCredentials.SetCredentials("UserAccesToken", "UserAccesSecret", "ConsumerKey", "ConsumerSecret"); var usuario =...
View ArticleNew Post: Stream filter by URL Pattern
Hi, i am using Tweetinvi for a project where I have to track the stream of tweets that cointains an URL pattern like: project.com/Promo?key=34FSJDJS (key is what changes from one tweet to another) I...
View ArticleCommented Unassigned: NullReference exceptions [2144]
Hiya,I am using TweetInvi as part of a service that monitors a Twitter account, and replies according to various events (mentions, new followers). I've had a few cases where the entire sevice dies due...
View ArticleNew Post: Filter Stream by Language Using the API
That works perfectly. Thanks!!! BTW, thanks for the Tweetinvi API. It is simple and easy to use, works really well, and above all the support is excellent! :)
View ArticleReviewed: Tweetinvi 0.9.1.x (Apr 04, 2014)
Rated 5 Stars (out of 5) - Very simple and easy to use, works really well, and above all the support is excellent!
View ArticleNew Post: Stream filter by URL Pattern
Hi, What do you mean by it does not work correctly, do you mean that it never works or that it sometimes work? Linvi
View ArticleNew Post: Example of Follow/Unfollow
Hi. I really don't know how this error can happen as the JObjectStaticWrapper.GetJobjectFromJson is null protected and the JObject.Parse uses the json value... Would you please tell me which version of...
View ArticleEdited Feature: Add Since parameter to the search (if possible) [2140]
It seems that the since parameter is not referenced in the Twitter documentation.Try to implement it and see if it works.
View ArticleNew Post: Stream filter by URL Pattern
Sorry, I was trying to say that it never works in that case.
View ArticleCommented Feature: Add Since parameter to the search (if possible) [2140]
It seems that the since parameter is not referenced in the Twitter documentation.Try to implement it and see if it works.Comments: Associated with changeset 35515: Version 0.9.2.0- Added Since...
View ArticleEdited Feature: Add Since parameter to the search (if possible) [2140]
It seems that the since parameter is not referenced in the Twitter documentation.Try to implement it and see if it works.
View Article