Edited Feature: Give access to User.UserFactory.GetUsersFromIds [2105]
This feature is only accessible from the factory making it difficult to access.
View ArticleNew Post: Search to return full JSON results for Twitter API GET search/tweets
Awesome! Thanks Sooo Much! :D
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 API....
View ArticleNew Post: Generate Credential Examples
Hi Linvi, i have a few updates: 1.- i've tried your code (green answer) and after enter my USR and PWD on Twitter i got redirected to https://tweetinvi.codeplex.com with an oauth_token and...
View ArticleCommented Issue: SearchTweetsRecursively breaks prematurely [2138]
Hello!Let me first congratulate you on a fantastic job. The framework has some brilliant uses.I noticed that when searching for tweets greater than the max (>100), there are varied results. I will...
View ArticleNew Post: Filter Stream by Language Using the API
Hi Sam, This feature is now implemented in Tweetinvi 0.9.2.0! Thank you for the review I appreciate it :)var stream = Stream.CreateSampleStream(); stream.FilterTweetsToBeIn(Language.French);...
View ArticleNew Post: Uploading tweet with media
Hi Tonizz, I am happy to let you know that Tweetinvi is now supporting Windows Phone 8 as well as the publication of media.var file = ReadFile("my_file.jpg"); // Method to extract byte[] from a file on...
View ArticleNew Post: How I can add a friend to my friends list?
Hi. I wont to add a friend: TwitterCredentials.SetCredentials("AccesToken", "AccesTokenSecret", "ConsumerKey", "ConsumerKeySecret"); var usuario = User.GetUserFromScreenName(TxtUsuario.Text); var...
View ArticleCreated Unassigned: Null reference exception with basic program [2152]
Just installed via Nuget: Install-Package TweetinviAPI var credentials = TwitterCredentials.CreateCredentials("xxx", "yyy", "zzz", "uuu");...
View ArticleNew Post: How I can add a friend to my friends list?
Hi, What you want to use is : YoUsuario.FollowUser(usuario);Friends and Follower are always null. They are properties that developers can set on their own if they are willing to store the list of...
View ArticleCommented Unassigned: Null reference exception with basic program [2152]
Just installed via Nuget: Install-Package TweetinviAPI var credentials = TwitterCredentials.CreateCredentials("xxx", "yyy", "zzz", "uuu");...
View ArticleEdited Issue: Null reference exception with basic program [2152]
Just installed via Nuget: Install-Package TweetinviAPI var credentials = TwitterCredentials.CreateCredentials("xxx", "yyy", "zzz", "uuu");...
View ArticleNew Post: Woefully off Topic
Having been impressed with the capabilities and ease of use of the Tweetinvi API I have been less impressed with how quick it is to get up and running with Facebook interfaces. One problem is that I am...
View ArticleSource code checked in, #35713
Version 0.9.2.1 - Updated TweetAsync to add PublishTweetWithMedia - Updated TweetQueryGenerator to generate a simple tweet when the media list is null - Updated WebRequestGenerator to remove url...
View ArticleCommented Issue: Null reference exception with basic program [2152]
Just installed via Nuget: Install-Package TweetinviAPI var credentials = TwitterCredentials.CreateCredentials("xxx", "yyy", "zzz", "uuu");...
View ArticleNew Post: Woefully off Topic
Hi, I have personally used Facebook API in PHP and Javascript but never C#. Though if you go on http://facebooksdk.net it looks like a good API that is compatible with .NET Framework 3.5 to 4.5, as...
View ArticleReleased: Tweetinvi 0.9.2.x (Apr 11, 2014)
PublishTweet tweet with Media The release 0.9.2.x allows developers to send media to the server. This is particularly useful in order to send tweet with a media attached to it.byte[] file =...
View ArticleUpdated Release: Tweetinvi 0.9.2.x (Apr 11, 2014)
PublishTweet tweet with Media The release 0.9.2.x allows developers to send media to the server.This is particularly useful in order to send tweet with a media attached to it.byte[] file =...
View ArticleEdited Issue: Null reference exception with basic program [2152]
Just installed via Nuget: Install-Package TweetinviAPI var credentials = TwitterCredentials.CreateCredentials("xxx", "yyy", "zzz", "uuu");...
View ArticleNew Post: Can't publish first tweet
Hi, i've been looking at the examples and I can't seem to post a new tweet. Below is my code. Whenever I try to run it I can verify the app and get the access token information but I can't post a tweet...
View Article