New Post: Date Range Search?
I want to search for Tweets falling in a specific date range. I only see the Until property of SearchParameter I was expcted to see a From property also If this supported? Am I looking at the problem...
View ArticleNew Post: How to deal with unauthorized or revoked credentials
Hello, great work. I need to know if there is a way to know if credentials are valid or have been revoked after using TwitterCredentials.SetCredentials??? Thanks in advance.
View ArticleNew Post: Date Range Search?
Hi, This feature is not available or at least not described on the Twitter documentation. This is the reason why it is not implemented within Tweetnvi. Please have a look at the documentation. I will...
View ArticleNew Post: Date Range Search?
I'll keep digging on Stack Overflow - an post back anything I find too.
View ArticleNew Post: Date Range Search?
I will try to implement the Since parameter. If it is valid, I will add it to the library on the next release. Linvi
View ArticleNew Post: How to deal with unauthorized or revoked credentials
Hi there, This feature is implemented but I agree that it is not clear. To check if the current credentials are valid, you can simply do this:var user = User.GetLoggedUser(); if (user == null) { // The...
View ArticleCommented Unassigned: FilteredStream "get_SwallowWebExceptions" error [2124]
Hi,I am getting an error while using filtered stream in Tweetinvi.API.dll, version of 0.9.0.7The error is below:"STREAM ERROR OCCURED: System.TypeLoadException: Could not load type...
View ArticleUpdated Wiki: Documentation
Quick Start Tweetinvi is a C# .NET API developped to simplify the life of developers will to access the Twitter API. It provides an easy access to the Twitter REST API and the Twitter stream API....
View ArticleUpdated Release: Tweetinvi 0.9.1.x (Mar 30, 2014)
Support for Windows 8 and Window Phone 8! Tweetinvi 0.9.1.0 allow you to use all the features of Tweetinvi 0.9.0.0 for both Windows Phone and Windows RT projects.It introduces new async classes and...
View ArticleReleased: Tweetinvi 0.9.0.x (Mar 06, 2014)
What's new in 0.9.0.0 Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to...
View ArticleUpdated Release: Tweetinvi 0.9.0.x (Mar 06, 2014)
What's new in 0.9.0.0 Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to...
View ArticleSource code checked in, #35380
Version 0.9.1.1 - Updated multithreaded credentials issue
View ArticleReleased: Tweetinvi 0.9.1.x (Mar 30, 2014)
Support for Windows 8 and Window Phone 8! Tweetinvi 0.9.1.0 allow you to use all the features of Tweetinvi 0.9.0.0 for both Windows Phone and Windows RT projects. It introduces new async classes and...
View ArticleUpdated Release: Tweetinvi 0.9.1.x (Mar 30, 2014)
Support for Windows 8 and Window Phone 8! Tweetinvi 0.9.1.0 allow you to use all the features of Tweetinvi 0.9.0.0 for both Windows Phone and Windows RT projects.It introduces new async classes and...
View ArticleCommented Unassigned: FilteredStream "get_SwallowWebExceptions" error [2124]
Hi,I am getting an error while using filtered stream in Tweetinvi.API.dll, version of 0.9.0.7The error is below:"STREAM ERROR OCCURED: System.TypeLoadException: Could not load type...
View ArticleNew Post: Tweetinvi 0.9.1.x is now released
Please enjoy the new release of Tweetinvi for Windows RT and Windows Phone development. For more details go here. Linvi PS : Sorry for the 'spamming' of releases update to the followers, I cannot find...
View ArticleNew Post: Find the tweet user is Followed by or not in Filtered Stream
Hi, Is there anyway we can figure out that the tweet user is "Followed By" or not in the "MatchingTweetReceived" event. like the "Following"? Thanks in advance regards Dhakshin
View ArticleCreated Unassigned: GetLatestMessagesSent not work [2136]
v 0.9.1.0 In file MessageAsync.cs line 24 called return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));instead ofreturn await Sync.ExecuteTaskAsync(() =>...
View ArticleCommented Unassigned: GetLatestMessagesSent not work [2136]
v 0.9.1.0 In file MessageAsync.cs line 24 called return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));instead ofreturn await Sync.ExecuteTaskAsync(() =>...
View Article