Source code checked in, #45069
Version 0.9.9.x - Updated all nuget packages for Windows 10 - Universal App - Created an Examplinvi.UniversalApp simply getting a username value and showing it
View ArticleSource code checked in, #45071
Version 0.9.9.x - Removed 1 overload of InitializeApplicationOnlyCredentials to simplify its usage without parameter - Updated AssemblyInfos
View ArticleReleased: Tweetinvi 0.9.9.x (Aug 02, 2015)
Important This release contains a large number of breaking changes regarding authentication and credentials. With the intention of improving the web logic layer, I have also performed some important...
View ArticleUpdated Release: Tweetinvi 0.9.9.x (Aug 02, 2015)
Important This release contains a large number of breaking changes regarding authentication and credentials.With the intention of improving the web logic layer, I have also performed some important...
View ArticleNew Post: Send a follow request
Hi there,I am sorry for not replying earlier. I have been extremely busy fixing bugs for Windows 10 and releasing Tweetinvi 0.9.9.0.I will try to send you a message tomorrow concerning your questions....
View ArticleNew Post: Authentication - Twitter asks to authorize app every time.
Hi, I've had that problem too, read this post FIX. Hope will resolve your problem.
View ArticleNew Post: Authentication - Twitter asks to authorize app every time.
Hi, Now that you mention it, I clearly understand that the authenticate endpoint is missing in the Tweetinvi library. Up until now I was storing the user credentials information in the database against...
View ArticleNew Post: Request Timeout 0
Hi Linvi, When I use the new version of TweetInvi (0.9.9), any timeout messages I get from Twitter show the timeout as being 0ms. I have not changed it from the default (which in previous versions was...
View ArticleNew Post: Request Timeout 0
Hi, Thank you for the post, I will investigate this issue as soon as possible and release a fix if needed. Could you please let me know which type of project you are working on. In the meantime please...
View ArticleNew Post: Request Timeout 0
Hi Linvi, After adding that snippet I'm getting some exceptions that say 10000ms and others that say 0ms. It's in a Console Application (.NET 4.5). I can't share the code but if you can't reproduce I...
View ArticleNew Post: Request Timeout 0
I've just checked the logs & found that it was actually a mix of 10000ms and 0ms before adding that snippet too, apologies. Cheers, Josh
View ArticleNew Post: Request Timeout 0
It would be great if you could send me a repro solution. Looking around the code I have no idea how such thing is possible. The reason I am saying so is that I added some code to make sure the timeout...
View ArticleNew Post: Request Timeout 0
Hi Linvi, Just looking at the src for HttpClientWebHelper & TwitterTimeoutException, it looks like you've changed the way timeouts get set between 0.9.8 and 0.9.9 so that each query can have its...
View ArticleNew Post: Request Timeout 0
Whoops, I meant it should fall back to the value for that thread, not the application (so CURRENT_WEB_REQUEST_TIMEOUT, not APPLICATION_WEB_REQUEST_TIMEOUT). Cheers, Josh
View ArticleNew Post: Request Timeout 0
Thanks for these quick replies. I really appreciate it. In 0.9.9.0 I have made an important refactoring of the Web Layer with the intention of making each query more customizable. This is the case of...
View ArticleNew Post: Request Timeout 0
Also could you let me know if your application is multi-thread (threads or async). Linvi
View ArticleNew Post: Request Timeout 0
Hi Linvi, I don't think there is any problem other than the value in the Exception being wrong. I have always had occasional timeouts when the application is first launched (hundreds of requests get...
View ArticleNew Post: Request Timeout 0
Oh that's great. I thought all the webrequests were failing because of this setting. So what you are saying is that sometime, the HttpClient is throwing an exception but most of the time Tweetinvi is...
View Article