Edited Feature: Get profile image MemoryStream instead of saving it [1993]
https://tweetinvi.codeplex.com/discussions/526852
View ArticleEdited Feature: Search Tweet : Allow tweets to be filtered based on being...
Requested in the following post : https://tweetinvi.codeplex.com/discussions/528382
View ArticleNew Post: bug in user stream
I have just seen this a few days ago. I will fix this problem within Tweetinvi 0.9.0.0, I will let you know when this is done.
View ArticleNew Post: bug in user stream
Thats great, will you have a patch for the current 8 version as well? i still use that one, the 9 had to many breaking changes for my liking.
View ArticleNew Post: bug in user stream
I will try to do that for you but it will just be a try/catch for the 0.8 version. I will try to do that when I am done with the credentials system of 0.9. I believe this should be in the next 2 days....
View ArticleSource code checked in, #34440
Version 0.9.0.0 - Implemented a TokenCreator in Tweetinvi namespace as a static class to generate credentials - Implemented Credentials Accessor to allow developers to access the current credentials of...
View ArticleCommented Issue: Operations performed from an ILoggedUser should set the...
Comments: Associated with changeset 34440: Version 0.9.0.0- Implemented a TokenCreator in Tweetinvi namespace as a static class to generate credentials- Implemented Credentials Accessor to allow...
View ArticleCommented Task: Migrate JavascriptSerializer to Newtonsoft.Json [1852]
Use Json.Net (newtonsoft) instead of javascript serializer to improve performances and code clarity.Comments: Associated with changeset 34440: Version 0.9.0.0- Implemented a TokenCreator in Tweetinvi...
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 34440: Version 0.9.0.0- Implemented a TokenCreator in...
View ArticleSource code checked in, #34442
Version 0.9.0.0 - Renamed TokenCreator into CredentialsCreator
View ArticleSource code checked in, #34443
Version 0.9.0.0 - Added removed ApplicationCredentials in TwitterCredentials
View ArticleSource code checked in, #34444
Version 0.9.0.0 - Added PublishTweet(string text) in Tweet static
View ArticleNew Post: FilteredStream
when i'm using tweetinvi 0.8.3.23 this line still work.IFilteredStream stream = new FilteredStream(); what is declaration of filteredStream on 0.9??
View ArticleNew Post: FilteredStream
When i'm using tweetinvi 0.8.3.23 this line still work. There is no change to the version 0.8.3.23 and no design changes will be performed to the 0.8.x versions.What is declaration of filteredStream on...
View ArticleEdited Feature: Create credentials global for an entire application not...
Thread credentials should be defaulted to the Application credentials to ease the life of developers using multi-threading application with a single account.
View ArticleClosed Unassigned: Creater. Avatar and .Name Has Null values [1984]
this is my code IToken token = new Token(part.TwitterAccessTokenKey, part.TwitterAccessTokenSecret, part.TwitterConsumerKey, part.TwitterConsumerSecret); TokenSingleton.Token = token; ITokenUser u =...
View ArticleCreated Feature: Implement an ExceptionHandler that users will be able to...
Tweetinvi should never crash but return default values when an operation failed for any reason.When an operation fails, the description of the error should be accessible from the static class called...
View ArticleEdited Feature: Implement an ExceptionHandler that users will be able to...
Tweetinvi should never crash but return default values when an operation failed for any reason.When an operation fails, the description of the error should be accessible from the static class called...
View Article