Source code checked in, #34745
Version 0.9.0.0 - Added all stream messages for all the different streams - Added a sample stream class allowing developer to get tweets from the sample stream in 3 lines!
View ArticleCommented 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_friendsComments: Associated with changeset 34745: Version 0.9.0.0- Added all stream messages for...
View ArticleCommented Feature: UserStream : Listen to specific list of users sending...
As suggested in the conversation [https://tweetinvi.codeplex.com/discussions/472205](https://tweetinvi.codeplex.com/discussions/472205), it would be interesting to have the ability to filter the users...
View ArticleEdited Feature: UserStream : Listen to specific list of users sending tweets...
As suggested in the conversation [https://tweetinvi.codeplex.com/discussions/472205](https://tweetinvi.codeplex.com/discussions/472205), it would be interesting to have the ability to filter the users...
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 ArticleCommented Feature: Implement : [lists/members] [1753]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/membersParameters :- list_id- slug- owner_id / owner_screen_name- cursor- include_entitiesComments: Associated with changeset 34747: Version...
View ArticleEdited Feature: Implement : [lists/members] [1753]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/membersParameters :- list_id- slug- owner_id / owner_screen_name- cursor- include_entities
View ArticleSource code checked in, #34748
Version 0.9.0.0 IS NOW COMPLETED! - Added Script for creation of a single DLL
View ArticleCommented Task: Have a single Tweetinvi.API.x.x.dll [2037]
Use ILMerge to combine the required to simplify the referencing of the project.Comments: Associated with changeset 34748: Version 0.9.0.0 IS NOW COMPLETED!- Added Script for creation of a single DLL
View ArticleEdited Task: Have a single Tweetinvi.API.x.x.dll [2037]
Use ILMerge to combine the required to simplify the referencing of the project.
View ArticleNew Post: FollowersCount bigger then 0 but FollowerIds list is null
Hi there, I have a problem with getting followerIds list. Here Is my code, List<long> MyFollowersIds = AccountUser.FollowerIds; AccountUser is IUser object and FollowersCount is 58. But...
View ArticleNew Post: FollowersCount bigger then 0 but FollowerIds list is null
Hi, Normally the FollowerIds should be retrieved when assigning the value by automatically getting the information from Twitter. If your result is null, please try to call the method...
View ArticleNew Post: FollowersCount bigger then 0 but FollowerIds list is null
Hi, Thank you for your response. I'll listen to your advice and wait for version 0.9. Kind regards.
View ArticleSource code checked in, #34773
Version 0.9.0.0 - Added example for TweetList.GetMembers - Bug corrected within UserStream and wrong event being raised - Removed the SearchEngine project - Removed all warnings
View ArticleUpdated Release: Tweetinvi 0.9.0.0 (Feb 20, 2014)
What's new Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to increase...
View ArticleReleased: Tweetinvi 0.9.0.0 (Feb 20, 2014)
What's new Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to increase...
View ArticleUpdated Release: Tweetinvi 0.9.0.0 (Feb 20, 2014)
What's new Tweetinvi 0.9.0.0 does not just add new features, The new version does not just add new features, the API has been entirely re-designed in order to simplify the development and to increase...
View ArticleNew Post: FollowersCount bigger then 0 but FollowerIds list is null
Tweetinvi 0.9 is now released! Enjoy it :) Linvi
View ArticleNew Post: User lists
Hi James, Tweetinvi 0.9 is now released and I have added 2 new list features for you. You can now get the Members of the Lists as well as some Tweets from the list. Hope this helps you. Regards, Linvi
View Article