Edited Feature: Twitter Accessor : Add the ability to get a specific path [2100]
For example, blocked users returns { "users" : [] } containing a list of users, we would like to be able to do:TwitterAccessor.ExecuteGetQuery<IEnumerable<IUserDTO>>(blockQuery, users);
View ArticleEdited Task: Add radius type (kilometers vs. miles) [1950]
Can we have an overload for stream.AddLocation like this? var center = new Coordinates(lon, lan); stream.AddLocation( center, radius, RadiusType.Metric); // or RadiusType.US
View ArticleClosed Feature: Twitter Accessor : Add the ability to get a specific path [2100]
For example, blocked users returns { "users" : [] } containing a list of users, we would like to be able to do:TwitterAccessor.ExecuteGetQuery<IEnumerable<IUserDTO>>(blockQuery,...
View ArticleNew Post: Search to return full JSON results for Twitter API GET search/tweets
Thanks so much for a Quick Reply! I really appreciate that. I will go ahead and follow the example you gave for now and look for an updated release later as you mentioned. Also, thanks for updating the...
View ArticleEdited 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 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 ArticleSource code checked in, #35566
Version 0.9.2.0 - This is the release version! - Added a static SearchJson in order to allow developers to get json result from search - Added a GetUsersFromIds in the static User class to provide an...
View ArticleCommented Feature: Create Static SearchJson [2149]
As requested here : [https://tweetinvi.codeplex.com/discussions/541399](https://tweetinvi.codeplex.com/discussions/541399)Comments: Associated with changeset 35566: Version 0.9.2.0- This is the release...
View ArticleCommented Issue: Give access to User.UserFactory.GetUsersFromIds [2105]
This feature is only accessible from the factory making it difficult to access.Comments: Associated with changeset 35566: Version 0.9.2.0- This is the release version!- Added a static SearchJson in...
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 ArticleReleased: Tweetinvi 0.9.2.x (Apr 07, 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 07, 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 Wiki: Home
Tweetinvi 0.9.2.0 is now released, enjoy the post of tweets with images! What's new? About Tweetinvi Tweetinvi an intuitive C# SDK for Twitter APITweetinvi is an intuitive .NET C# SDK that provides...
View ArticleNew Post: Search to return full JSON results for Twitter API GET search/tweets
Tweetinvi 0.9.2.0 is now release please use the following code :var jsonResult = SearchJson.SearchTweets("tweetinvi");Linvi
View ArticleNew Post: Generate Credential Examples
Hi, Some update on the subject will be appreciated so that I can try to understand if something is going wrong with the API. Linvi
View ArticleEdited Feature: Create Static SearchJson [2149]
As requested here : [https://tweetinvi.codeplex.com/discussions/541399](https://tweetinvi.codeplex.com/discussions/541399)
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 ArticleEdited 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 Article