New Post: Tweetinvi and visual studio express
hypergori wrote: I have experience the same issue with Visual Studio 2013 Express for desktop and all projects could not be opened but the projects are shown like "Tweetinvi(imcompatible)" in solution...
View ArticleNew Post: running dev version from source - error setting proxy
When the proxy URL is set This error is thrown: Method not found: 'Void System.Net.Http.HttpClientHandler.set_Proxy(System.Net.IWebProxy)'. General concensus seems to be, my project needs the nuget...
View ArticleNew Post: running dev version from source - error setting proxy
ok, so seem to have fixed it. Notice a clue on the front page of the project in comment It will be nice if you specify on top in documentation all the Nuget packages needed for this...
View ArticleNew Post: Deleting Direct Messages
Hi All, is there a way to delete all direct messages received? I've tried the below but it just throws an exception var user = User.GetLoggedUser(); var Messages = user.GetLatestMessagesReceived();...
View ArticleNew Post: Universal App
Hello, I cannot reference the library in a universal app because of Autofac. Is there someone who succeeded with an universal app? Thanks, Adrien.
View ArticleNew Post: dll versioning issues
I am trying to use the source code, so I can add proxy support for username:password proxies. As mentioned in the other threads, I had issues getting this to work as I had to install windows8, then use...
View ArticleNew Post: updates
http://nugetmusthaves.com/Package/TweetinviAPI is updated with latests version ? updates roadmap ? LinqToTwitter vs Tweetinvi ?
View ArticleReviewed: Tweetinvi 0.9.4.x (Jan 27, 2015)
Rated 5 Stars (out of 5) - Excellent! finally my tweeting worked!! Make sure https://apps.twitter.com - the keys and permissions are rightly set up for read/write access for the app. hurray uncomment...
View ArticleReviewed: Tweetinvi 0.9.4.x (Jan 27, 2015)
Rated 5 Stars (out of 5) - Excellent! finally my tweeting worked!! Make sure https://apps.twitter.com - the keys and permissions are rightly set up for read/write access for the app. hurray uncomment...
View ArticleNew Post: dll versioning issues
So the fix was. Remove all existings projects, Readd projects as normal .net projects (not portable) Removes the previously mention issue with system.net versioning as don't need nuget so it doesn't...
View ArticleNew Post: Object reference not set to an instance of an object -...
I get this error when running on windows server 2008 Runs fine locally on win7 though Any ideas?Object reference not set to an instance of an object. at...
View ArticleNew Post: Object reference not set to an instance of an object -...
Errors comes from this linenbOfObjectsProcessed += cursorResult.GetNumberOfObjectRetrieved(); from file Tweetinvi.Credentials.TwitterAccessor
View ArticleNew Post: Deleting Direct Messages
I worked this out the other day, for future reference the solution is var user = User.GetLoggedUser(); var Messages = user.GetLatestMessagesReceived(200); foreach (var messagereceived in Messages) {...
View ArticleReviewed: Tweetinvi 0.9.4.x (Feb 01, 2015)
Rated 5 Stars (out of 5) - I am trying to open the solution file. I am trying to open in VS 2013/2012 express edition for windows and web but the projects are not opening saying its incompatible. Which...
View ArticleNew Post: Event on a specific hashtag
Is there a way to receive all tweets with specific hashtag? Not just from users I follow. From entire Twitter. And receive them live, via raised event (like with a stream)? Regards and many Thanks for...
View ArticleNew Post: Events stop firing
In the meantime I have added this to my application code as a work around. Although using a timer to do : StopStream StartStream works OK for a user stream calling StopStream...
View ArticleNew Post: Events stop firing
As a followup to the above problem Calling stopstream startstream on the filter stream in the timer thread is fine if you are not receiving matching tweets at the time. If you are receiving matching...
View ArticleNew Post: Event on a specific hashtag
Use a filtered stream. Ref: http://tweetinvi.codeplex.com/documentation imlokesh
View Article