Edited Feature: Search Tweet : Allow tweets to be filtered based on being...
Requested in the following post : https://tweetinvi.codeplex.com/discussions/528382
View ArticleEdited Feature: Get profile image MemoryStream instead of saving it [1993]
https://tweetinvi.codeplex.com/discussions/526852
View ArticleNew Post: Displaying Twitter profile picture with tweet
Hi Linvi, Of course you can. :) i'm happy if my code could be useful. Regards, Isman Santoso
View ArticleSource code checked in, #34405
Version 0.9.0.0 - Added Filter option to TweetSearchParameter - Added a method to get the profile image as a Bitmap
View ArticleCommented Feature: Search Tweet : Allow tweets to be filtered based on being...
Requested in the following post : https://tweetinvi.codeplex.com/discussions/528382Comments: Associated with changeset 34405: Version 0.9.0.0- Added Filter option to TweetSearchParameter- Added a...
View ArticleCommented Feature: Get profile image MemoryStream instead of saving it [1993]
https://tweetinvi.codeplex.com/discussions/526852Comments: Associated with changeset 34405: Version 0.9.0.0- Added Filter option to TweetSearchParameter- Added a method to get the profile image as a...
View ArticleNew Post: 401 Unauthorized Access
Hi, If you download the latest version of tweetinvi from the Source Code you will be able to use the code provided above. This has not yet been tested so the ticket is not closed yet but you should be...
View ArticleNew Post: Displaying Twitter profile picture with tweet
Hi, I have just added 2 ways to get the ProfileImage in the memory. This is available with the latest source code but has not yet been fully tested.Stream GenerateProfileImageStream(); Bitmap...
View ArticleClosed Unassigned: FilteredStream question [1963]
Hi, I am developing an application to process all tweets containg some tracks. For example: SimpleStream stream = new SimpleStream("https://stream.twitter.com/1.1/statuses/sample.json");...
View ArticleEdited Feature: Update how the API Attributes are generated [1778]
Currently the API attributes are generated by explicitely calling the Get Method related with the Attribute and setting a bool to true sothat the method also fill the related attribute.For example the...
View ArticleEdited Feature: Implement all missing messages of the Streaming API [1857]
See all the existing messages here : https://dev.twitter.com/docs/streaming-apis/messages#Friends_lists_friends
View ArticleSource code checked in, #34410
Version 0.9.0.0 - Updated IModule to not contain IUnityContainer which should never be needed because of unity factories - Tested SearchTweet in the controller - Tested GenerateProfileImageStream in...
View ArticleCommented Feature: Get profile image MemoryStream instead of saving it [1993]
https://tweetinvi.codeplex.com/discussions/526852Comments: Associated with changeset 34410: Version 0.9.0.0- Updated IModule to not contain IUnityContainer which should never be needed because of unity...
View ArticleCommented Feature: Search Tweet : Allow tweets to be filtered based on being...
Requested in the following post : https://tweetinvi.codeplex.com/discussions/528382Comments: Associated with changeset 34410: Version 0.9.0.0- Updated IModule to not contain IUnityContainer which...
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 34410: Version 0.9.0.0- Updated IModule to not contain...
View ArticleNew Post: bug in user stream
When i try to open a stream from an account with more than 10000 friends i get the following error. The given key was not present in the dictionary. mscorlib at...
View Article