Edited Feature: Implement : [lists/subscriptions] [1759]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/subscriptionsParameters :- user_id- screen_name- count- cursor
View ArticleEdited Feature: Implement : [lists/members/destroy_all] [1760]
Reference : Parameters :- list_id- slug- user_id / screen_name- owner_id / owner_screen_name
View ArticleEdited Task: Tweetinvi Settings - Set APP settings before any operation [2547]
Defining the settings of the APP before performing any operation should act on the settings of the MainThread and not on the settings of all the threads but the main one.After the first operation has...
View ArticleEdited Feature: Image Upload does not use Proxy [2551]
MultiPart WebRequest currently does not use the proxy defined in the TweetinviConfig.
View ArticleEdited Feature: Add New Tweetinvi Event Before Query AND RateLimit Awaiter...
An event that allow a query to be stopped before the RateLimit has been checked.This event would allow to show the WebRequest in the order of their execution when using a RateLimit.The change will add...
View ArticleEdited Task: ReWork the Credentials Creator to make it easier to use [2561]
Currently various questions arise regarding CredentialsCreator.One of the issue is the fact that the temporary credentials are updated during step 1.Nothing indicates in the methods names that the...
View ArticleNew Post: CredentialsCreator.GetAuthorizationURLForCallback timeout under...
Hi Linvi, This is in a ASP.NET web application & I believe it is the only place that makes a request to Twitter, everything after authentication gets handled by separate applications. I haven't...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
0.9.7.0 The problem is that main thread is getting blocked while executing the query and main thread time out after 10sec and throws the exception. So all queries should be run in background in wpf...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Hi Amit, Linvi included a fix for this problem in TweetInvi 0.9.7.0. Cheers, Josh
View ArticleNew Post: CredentialsCreator.GetAuthorizationURLForCallback timeout under...
Hi Linvi, I've just checked this in a console application withITemporaryCredentials tempCredentials = CredentialsCreator.GenerateApplicationCredentials(CONSUMER_KEY, CONSUMER_SECRET); string authUrl =...
View ArticleCreated Issue: Tweetinvi 0.9.7.0 does not work properly with ASP.NET [2562]
WebRequests always Timeout with ASP.NET.
View ArticleEdited Issue: Tweetinvi 0.9.7.0 does not work properly with ASP.NET [2562]
WebRequests always Timeout with ASP.NET.
View ArticleCommented Issue: Tweetinvi 0.9.7.0 does not work properly with ASP.NET [2562]
WebRequests always Timeout with ASP.NET.Comments: Associated with changeset 43400: Version 0.9.7.1- Fixed ASP.NET bug
View ArticleNew Post: CredentialsCreator.GetAuthorizationURLForCallback timeout under...
Yes, I have fixed the issue. It is a bug with the Async Framework and ASP.NET. For some reason in ASP.NET calling Task.Result from an HttpClient WebRequest freezes the request and therefore all the...
View ArticleNew Post: CredentialsCreator.GetAuthorizationURLForCallback timeout under...
Thanks! Will there be a release on NuGet for this today, or should I build from src? Cheers, Josh
View ArticleCommented Issue: Tweetinvi 0.9.7.0 does not work properly with ASP.NET [2562]
WebRequests always Timeout with ASP.NET.Comments: Associated with changeset 43404: Version 0.9.7.1- Added Extra safety around the Timeout of HttpClient
View ArticleNew Post: CredentialsCreator.GetAuthorizationURLForCallback timeout under...
There will be a build today!
View ArticleReleased: Tweetinvi 0.9.7.x (Apr 27, 2015)
Tweetinvi Update 0.9.7.1Quick OverviewAccount SettingsFriendshipUser SearchUserStream UpdateTweet EntitiesMutePerformancesSigned DLL and Windows Store AppsBug FixesMono and...
View ArticleUpdated Release: Tweetinvi 0.9.7.x (Apr 27, 2015)
Tweetinvi Update 0.9.7.1Quick OverviewAccount SettingsFriendshipUser SearchUserStream UpdateTweet EntitiesMutePerformancesSigned DLL and Windows Store AppsBug FixesMono and...
View Article