New Post: BCL error with libraries
Any attempt of use Tweetinvi package in a .Net4 targeted class library (incuded WCF Service Library) throws a lot of this errors (as warnings but it doesnt compile): Warning 6 The primary reference...
View ArticleReleased: Tweetinvi 0.9.8.x (Jun 14, 2015)
Tweetinvi Update 0.9.8.0 Hi, I am proud to announce the long awaited of the new version of Tweetinvi. One of the reason of this delay is the creation of a completely new documentation. Another big...
View ArticleUpdated Release: Tweetinvi 0.9.8.x (Jun 14, 2015)
Tweetinvi Update 0.9.8.0 Hi, I am proud to announce the long awaited of the new version of Tweetinvi. One of the reason of this delay is the creation of a completely new documentation.Another big...
View ArticleNew Post: Filtered Stream Match Any with only Location
Hi, The fix is now available in Tweetinvi 0.9.8.1. I am still waiting for a response from Twiter concerning out of the coordinates tweets returned by the stream. Regards, Linvi
View ArticleNew Post: Chunked upload support?
Please update to Tweetinvi 0.9.8.1 to be able to use this code without having to compile the Source code. Linvi
View ArticleNew Post: Chunked upload support?
Perfect! Everything works! :) Well except times when twitter server bugs out, but that's their problem.
View ArticleNew Post: Chunked upload support?
Good, I am glad it works for you. Please consider taking time to review tweetinvi, follow the project on codeplex or github. This will allow you to get notified when new versions are released. Linvi
View ArticleSource code checked in, #44770
Version 0.9.8.1 - Updated assemly infos and tweetinvi builder version
View ArticleNew Post: BCL error with libraries
Hello, I have been able to reproduce the issue. I will investigate and consider whether this will be fixed or not. Tweetinvi is working properly on .NET Framework 4.0 application but seems to not work...
View ArticleNew Post: BCL error with libraries
Hi, I have created a new nuget package that includes a dependency on Microsoft.Bcl.Build for projects targeting the .NET Framework 4.0. Please use the following command line on nuget:Install-Package...
View ArticleEdited Issue: System.Runtime, System.Threading.Tasks reference from...
Im facing this issue with the lates verios of the tweetinvi nuget package:http://stackoverflow.com/questions/15551953/how-to-use-the-microsoft-bcl-async-rightIm not sure what is the solution in this...
View ArticleNew Post: MissingManifestResourceException publishing from windows phone 8.1 app
Hi, I just wanted to let you know that version 0.9.8.1 has now been released and should fix your problem. Regards, Linvi
View ArticleNew Post: API Deployed in Web Hosting
Hi everyone, Please try using the following nuget package and let me know if this fixes your issue. **Install-Package TweetinviAPI -Version 0.9.8.1-forNET40 -Pre ** Cheers, Linvi
View ArticleNew Post: problem with 'Tweetinvi.TwitterCredentials
Hi, Would you please try using the new nuget package. **Install-Package TweetinviAPI -Version 0.9.8.1-forNET40 -Pre ** Cheers, Linvi
View ArticleNew Post: BCL error with libraries
Looks like its working, still Microsoft.Bcl is a horrible thing because i was doing a plain Class Library and that thing forces me to add some packages to other systems that i cant afford. Still i can...
View ArticleNew Post: Direct Messaging doesn't work
TwitterCredentials.SetCredentials(twitterAccessToken, twitterAccessTokenSecret, twitterConsumerKey, twitterConsumerSecret); var latestMessagesReceived = Tweetinvi.Message.GetLatestMessagesReceived();...
View ArticleNew Post: Direct Messaging doesn't work
Hi, If you receive a TwitterException, it means that something is probably wrong with the credentials you provide.\ Would you please do a .ToString() on the TwitterException and share the message here?...
View ArticleCommented Feature: Implement chunked upload [2608]
https://dev.twitter.com/rest/reference/post/media/upload-chunkedhttps://tweetinvi.codeplex.com/discussions/640413Comments: Associated with changeset 44798: Version 0.9.8.2- Added a VideoUploader that...
View Article