Edited Feature: Get Reply to Specific Tweet [2017]
Get the replies related with a specific tweet.Posted here : [discussion](https://tweetinvi.codeplex.com/discussions/529577#post1204217)
View ArticleSource code checked in, #34550
Version 0.9.0.0 - Implement Get Replies To a Tweet. - Updated UserMentionEntity to retrieve all the parameters
View ArticleCommented Feature: Get Replies to Specific Tweet [2017]
Get the replies related with a specific tweet.Posted here : [discussion](https://tweetinvi.codeplex.com/discussions/529577#post1204217)Comments: Associated with changeset 34550: Version 0.9.0.0-...
View ArticleNew Post: Get Reply to Specific Tweet
Hi, A solution has been implemented in Tweetinvi 0.9, it might be improved in the future but I think you can play with it.var tweet = Tweet.GetTweet(xxx); var directReplies =...
View ArticleNew Post: Get more than 100 search result
Hi Linvi. Your method it's work. I'm so happy. But my program getting not responding until tweetinvi finished his job. How to combine tweetinvi with background worker? I have try it, but not working, I...
View ArticleNew Post: User lists
Hi, Just started using this library for a C# app and so far it's great. One thing that I've noticed is that there appears to be no way yet of getting a users list?...
View ArticleNew Post: User lists
Hi James, This is not yet implemented and it was intended to be implemented in Tweetinvi 0.9.1.0 (4-8 weeks at least).If you are willing I can implement this feature in the next coming days (1-3 days)...
View ArticleNew Post: User lists
Hi Linvi,That would be excellent if you are able to do that, I'll use the version in the link you've supplied.Thanks for the quick response!James
View ArticleNew Post: User lists
In the Source Code you will find 2 folder, Release and Development. Select the development one. I will implement the list feature in the coming days. Regards, Linvi
View ArticleNew Post: When starting user stream and network is unavailable, stream...
Hi, This issue has been fixed with Tweetinvi version 0.9. Thanks for your help, kshan
View ArticleEdited Issue: When starting user stream and network is unavailable, stream...
Hi,When I start a UserStream and I have no internet connectivity on my machine, I continuously receive alternating StreamStarted and StreamEnded events. Is this the desired behavior?I would expect that...
View ArticleNew Post: When starting user stream and network is unavailable, stream...
Thank you for reporting the issue. Regards, Linvi
View ArticleSource code checked in, #34583
Version 0.9.0.0 - Added MessageSent and MessageReceived events to the UserStream - Added an interface ITrackableStream to separate the concept of trackable stream and TrackManager - Added...
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 34583: Version 0.9.0.0- Added MessageSent and...
View ArticleCreated Task: Rename the TwitterToken namespace [2025]
Token is now abstracted from the users under credentials, the TwitterToken namespace should consequently be renamed to a more appropriate namespace.
View ArticleEdited Task: Rename the TwitterToken namespace [2025]
Token is now abstracted from the users under credentials, the TwitterToken namespace should consequently be renamed to a more appropriate namespace.
View ArticleCommented Feature: Implement : [lists/show] [1758]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/showParameters :- list_id- slug- owner_id / owner_screen_nameComments: Associated with changeset 34644: Version 0.9.0.0- Implemented...
View ArticleCommented Feature: Implement : [lists/create] [1757]
Reference : https://dev.twitter.com/docs/api/1.1/post/lists/createParameters :- name- mode- descriptionComments: Associated with changeset 34644: Version 0.9.0.0- Implemented UserLists- Implemented...
View Article