New Post: Could not load file or assembly 'System.Net.Http.Primitives'
I’m not exactly sure what you mean. I’ve tried using the newest TweetInvi DLLs straight from the site as well as removing those and grabbing the NuGet version into the solution. I haven’t tried using...
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 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 Feature: Image Upload does not use Proxy [2551]
MultiPart WebRequest currently does not use the proxy defined in the TweetinviConfig.
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: Implement : [followers/list] [1722]
Reference : https://dev.twitter.com/docs/api/1.1/get/followers/listParameters :- user_id / screen_name- cursor- skip_status- include_user_entities (to be determined - improve performance when no...
View ArticleEdited Feature: Implement : [friends/list] [1721]
A workaround currently exist : priority is Medium/LowReference : https://dev.twitter.com/docs/api/1.1/get/friends/listParameters :- user_id / screen_name- cursor- skip_status- include_user_entities (to...
View ArticleNew Post: Why reply to other user is not working?
Why reply to other user is not working? var tweet1 = Tweetinvi.Tweet.PublishTweet(DateTime.Now.ToString() + "post"); var tweet2 = Tweetinvi.Tweet.CreateTweet(DateTime.Now.ToString() + "reply");...
View ArticleUpdated Wiki: Introduction
Welcome! First of all welcome to Tweetinvi! This documentation will give you a quick tour of the features in Tweetinvi. Tweetinvi is a .NET C# library that allow developers to easily and reliably...
View ArticleUpdated Wiki: Introduction
Welcome! First of all welcome to Tweetinvi! This documentation will give you a quick tour of the features in Tweetinvi. Tweetinvi is a .NET C# library that allow developers to easily and reliably...
View ArticleUpdated Wiki: Introduction
First of all welcome to Tweetinvi! This documentation will give you a quick tour of the features in Tweetinvi. Tweetinvi is a .NET C# library that allow developers to easily and reliably interact with...
View ArticleUpdated Wiki: Quick Start
In this page, we will discuss of the fundamentals concepts that you need to understand before using Tweetinvi.Before you start - IMPORTANT Even before you start writing your first line of code, you...
View ArticleUpdated Wiki: Introduction
First of all welcome to Tweetinvi! This documentation will give you a quick tour of the features in Tweetinvi.Tweetinvi is a .NET C# library that allow developers to easily and reliably interact with...
View ArticleUpdated Wiki: Quick Start
In this page, we will discuss of the fundamentals concepts that you need to understand before using Tweetinvi.Before you start - IMPORTANT Even before you start writing your first line of code, you...
View ArticleUpdated Wiki: Quick Start
In this page, we will discuss of the fundamentals concepts that you need to understand before using Tweetinvi.Before you start - IMPORTANT Even before you start writing your first line of code, you...
View ArticleUpdated Wiki: Quick Start
In this page, we will discuss of the fundamentals concepts that you need to understand before using Tweetinvi.Before you start - IMPORTANT Even before you start writing your first line of code, you...
View ArticleUpdated Wiki: Quick Start
Quick StartIn this page, we will discuss of the fundamentals concepts that you need to understand before using Tweetinvi.Before you start - IMPORTANT Even before you start writing your first line of...
View Article