Edited Feature: Specify a proxy for the WebRequest [2379]
The user should be able to specify a proxy that he wants to use in order to perform his webrequest as requested https://tweetinvi.codeplex.com/discussions/554619.
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.4.0?
Hi, This will be added to the coming version (Associated Work Item). Linvi
View ArticleCreated Issue: WebRequest returns -1 [2380]
https://tweetinvi.codeplex.com/workitem/2379
View ArticleEdited Issue: WebRequest returns -1 [2380]
https://tweetinvi.codeplex.com/workitem/2379
View ArticleNew Post: Search.SearchTweets(searchParameter)
You are the second person to report me this problem. I will try to investigate this when I have some time. Linvi
View ArticleNew Post: User events as it happen
There are various events that you can use with the UserStream of Tweetinvi. Please have a look here to learn how to use the UserStream.var userStream = Stream.CreateUserStream();...
View ArticleUpdated Wiki: Home
Tweetinvi 0.9.3.0 is now released, enjoy the new Timeline Parameters and more... What's new? About Tweetinvi<form style="vertical-align: middle;" action="https://www.paypal.com/cgi-bin/webscr"...
View ArticleUpdated Wiki: Home
Tweetinvi 0.9.3.0 is now released, enjoy the new Timeline Parameters and more... What's new? About Tweetinvi Tweetinvi an intuitive C# library for TwitterTweetinvi is an intuitive .NET C# library...
View ArticleNew Post: Issues/Bug with specific windows date format
Hello, Here is the line of code to use for testing:IUser user = User.GetUserFromScreenName("TWITTER_ID"); If I set my computer date format to MM/dd/yyyy and we are the 23 September (09/23/2014), the...
View ArticleNew Post: Display timeline
Not sure if I'm missing the point of the API and this library but I a m looking to use it to display my Tweets on my ASP.NET MVC homepage. I have all the library code working find and returning the...
View ArticleNew Post: Issues/Bug with specific windows date format
Hello, In the documentation there is the Before you start section. Please verify that the time of your machine is correctly setup (both the time and the region). Having an incorrect Time can result in...
View ArticleNew Post: Display timeline
Well, why would you say that it is reinventing the wheel? Your code looks perfectly fine to me. The point of this API is to allow you to access the Twitter REST Api in few lines of code that you will...
View ArticleNew Post: Display timeline
Thanks Linvi, I thought I had missed something and perhaps the HTML of the tweets were returned from the API. Thanks for the reply....have pasted more of my code in case it helps anyone else...@model...
View ArticleNew Post: Posting Tweets(Beginner)
As i am totally new to the twitter api scene, i did some research and started on using Tweetinvi API. So currently my progress is hereprivate void Form5_Load(object sender, EventArgs e) {...
View ArticleNew Post: Issues/Bug with specific windows date format
I don't understand. Here is the configuration of my computer. Based on your statement, every English system will not work with your library because of the date format M/d/yyyy.
View ArticleNew Post: Issues/Bug with specific windows date format
Of course not, in fact I am myself using the MM/dd/yyyy format on my computer. I am just informing you that the date and time of your machine must be correct otherwise the API will throw a 401...
View ArticleNew Post: Issues/Bug with specific windows date format
Probably a stupid question but what do you means by "correct". I tested many date format in the region settings and none of them works.
View ArticleNew Post: Issues/Bug with specific windows date format
Sorry for the confusion, I meant that you must set the time on your machine as it is expected for your ip. I you are located in New York for example, set the time to universal and then change the Time...
View ArticleNew Post: Posting Tweets(Beginner)
Hello, You seem to have code that should work. Could you please send me the StackTrace of your exception. Regards, Linvi
View ArticleCreated Unassigned: How to read the tweet country and the user id [2402]
I tried to get the user name and the country name but it's always giving me null reference error https://dev.twitter.com/rest/reference/get/trends/placeI tried two ways but both are failed protected...
View Article