Released: Tweetinvi 0.9.5.x (Feb 22, 2015)
Quick OverviewUniversal AppsRate LimitsProxyTweetsMessagesStreamsGlobal EventsUniversal Apps In addition to being compatible with Portable Class Libraries, Tweetinvi can now be used in Universal...
View ArticleUpdated Release: Tweetinvi 0.9.5.x (Feb 22, 2015)
Quick OverviewUniversal AppsRate LimitsProxyTweetsMessagesStreamsGlobal EventsUniversal Apps In addition to being compatible with Portable Class Libraries, Tweetinvi can now be used in Universal...
View ArticleNew Post: How do I add authentication to a WFA?
Well I have worked out why, tokens no longer exist! My programming knowlege is limited. How would I go about logging in with IOAuth using a login form in my application, could you guys explain the...
View ArticleNew Post: How do I add authentication to a WFA?
Hi, Sorry for the delay, I had to publish the latest version of the application. When you say WFA, you mean Windows Form Application?How would I go about logging in with IOAuth using a login form in my...
View ArticleNew Post: Show the result of streaming Api in webform.
Thank you Linvi for your reply but the example that you gave is a console application i need help for web application.There is lot of things in your library can you just guide me which classes i need...
View ArticleNew Post: How do I add authentication to a WFA?
Yes I mean Windows Form Application. Could I have a button on my form, and when pressed it executes the examples you have provided? I am assuming that the user will have to be logged in to Twitter...
View ArticleNew Post: How do I add authentication to a WFA?
Please try this example:privatestatic IOAuthCredentials CredentialsCreator_WithCaptcha_SingleStep(string consumerKey, string consumerSecret) { Func<string, string> retrieveCaptcha = url => {...
View ArticleNew Post: Show the result of streaming Api in webform.
Sorry this is my bad, I read 'Winform' instead of 'WebForm'. I will try to give you an answer later in the day. Cheers, Linvi
View ArticleUpdated Wiki: Documentation
Quick Start Tweetinvi is a C# .NET API developped to simplify the life of developers will to access the Twitter API. It provides an easy access to the Twitter REST API and the Twitter stream...
View ArticleNew Post: How do I add authentication to a WFA?
``` private void button2_Click(object sender, EventArgs e) { var applicationCredentials = CredentialsCreator.GenerateApplicationCredentials(consumerKey, consumerSecret); var url =...
View ArticleNew Post: How do I add authentication to a WFA?
Try Tweetinvi.CredentialsCreator, or add a using statement for Tweetinvi.using Tweetinvi;Also please use the code I sent instead of the one for Websites. Linvi
View ArticleNew Post: How get the user/creator of tweet ?
Hello, I have the same problem, I can get the text of a tweet, but when I want user info it doesn't return anything Is there a way to resolve this problem? Thanks in advance, Han Swinkels
View ArticleNew Post: How do I add authentication to a WFA?
I've tried your code, but i'm struggling to implementing it in to my project. Do I paste all of the code in my project? Obvously I know I need to change the console writelines and read line. But what...
View ArticleNew Post: How do I add authentication to a WFA?
I'd be willing to pay for some advice if need be.
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.6.0?
Please add support within the Tweet.ExterndedEntities.Medias for videos (video_info). See: https://twittercommunity.com/t/twitter-video-support-in-rest-and-streaming-api/31258/10
View ArticleEdited Feature: Get Replies to Specific Tweet [2017]
Get the replies related with a specific tweet.Posted here : [discussion](https://tweetinvi.codeplex.com/discussions/529577#post1204217)The implementation has been done but might need some improvement...
View ArticleClosed Unassigned: Popular user against any keyword. [2307]
Is there any way to find popular user on twitter against any keyword using tweetinvi.for example popular users for "java"Comments: This cannot be done. This feature is something that you need to...
View ArticleNew Post: Image Search
I get an error Object reference not set to an instance of an object.
View ArticleNew Post: How get the user/creator of tweet ?
Hello, What was the solution for him, because I'd rather not share my credentials. Thanks in advance, Han Swinkels
View ArticleEdited Unassigned: I want to retweet using tweetinvi. [2436]
Hi , I want to retweet using tweetinvi but I got return null. I am sharing my code here please help asap.ITweet data1 = null; TwitterCredentials.ExecuteOperationWithCredentials(credentials, () =>{...
View Article