Created Feature: Add Quoted Tweet to UserStream [2593]
https://www.apichangelog.com/changes/f7ca9f60-c74a-4e8f-a38b-1c7a02cf7d31
View ArticleSource code checked in, #44223
Version 0.9.8.0 - Added GetListSubscribers to static TwitterList - Updated Examples
View ArticleCommented Feature: Implement : [lists/subscribers] [1747]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/subscribersParameters :- list_id- slug- owner_screen_name / owner_id- cursor- include_entities- skip_statusComments: Associated with changeset...
View ArticleNew Post: Trying to create a stream - autofac throws error
Do you have this issue with the latest version of Tweetinvi? Didn't think about that, let me check. Am probably on an old version. Might as well close this issue as it will take me a while to update...
View ArticleSource code checked in, #44228
Version 0.9.8.0 - Removed the old version of GetSubscribedLists (https://dev.twitter.com/rest/reference/get/lists/list) because it only returned the first 100 TwitterLists and returned both Owned and...
View ArticleCommented Feature: Implement : [lists/subscriptions] [1759]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/subscriptionsParameters :- user_id- screen_name- count- cursorComments: Associated with changeset 44228: Version 0.9.8.0- Removed the old...
View ArticleEdited Feature: Implement : [lists/subscriptions] [1759]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/subscriptionsParameters :- user_id- screen_name- count- cursor
View ArticleNew Post: [Streaming API] Get Tweets and Replies for the User
Hello All This is [Streaming API] related question I need to see a user initial tweets and all replies to it Can you please recommend the strategy and example of the code for Streaming API Regards Ozzy
View ArticleNew Post: [Streaming API] Get Tweets and Replies for the User
Hi, I am not sure that I understand what you want to do. If you want to get the initial tweets for a specific user you will need to use the Timeline static class. Getting replies more complicated...
View ArticleUpdated Release: Tweetinvi 0.9.8.x
Tweetinvi Update 0.9.8.0Quick OverviewLibrary ChangesTwitter ListsParametersParameters are now newableParameters and subjectsUser SuggestionsAllow Direct Messages From AnyoneMinor UpdatesBug...
View ArticleSource code checked in, #44231
Version 0.9.8.0 - Updated Assembly infos for release of Tweetinvi 0.9.8.0
View ArticleNew Post: MissingManifestResourceException publishing from windows phone 8.1 app
Hi, I am sorry to hear about that. Have you been able to find a solution online. From a first glance on the forums it seems to be a known issue. Have you read this post? Please let me know if you still...
View ArticleNew Post: Trying to create a stream - autofac throws error
Hi, I have tried your code as well as each of the different stream and they all work fine. Before updating please wait for the new release (0.9.8.0) that is coming today or tomorrow. Cheers, Linvi
View ArticleNew Post: How to get long followers list
Hi, What do you mean by a long list of user followers? Do you want the ids, or the user objects? The fact that you store these in a DB has nothing to do with Tweetinvi, does it? Linvi
View ArticleNew Post: [Streaming API] Get Tweets and Replies for the User
Hello I just check Streaming API documentation and see following functionality if i add: var stream = Stream.CreateFilteredStream(); stream.AddFollow(5402612); it shows only original user Tweets, but...
View ArticleNew Post: Stream Tweet Place StateCode
Hi, I don't think there is a better way than the way you are planning to do it. I would be happy to do that in the library but the problem is that not all countries are composed of states. I think a...
View ArticleNew Post: [Streaming API] Get Tweets and Replies for the User
Hi, I will have a look into this and get back to you. Linvi
View ArticleNew Post: [Streaming API] Get Tweets and Replies for the User
FilteredStream is working properly and returns as expected replies to tweets that were created by the followed user. You don't miss anything. Are you sure that the user who replied to the tweet is not...
View ArticleSource code checked in, #44251
Improved release builder to cope with multiple instance of Visual Studio environments
View Article