Commented Feature: Implement : [lists/update] [1756]
Reference : https://dev.twitter.com/docs/api/1.1/post/lists/updateParameters :- list_id- slug- name- mode- description- owner_id / owner_screen_nameComments: Associated with changeset 34644: Version...
View ArticleCommented Feature: Implement : [lists/destroy] [1755]
Reference : https://dev.twitter.com/docs/api/1.1/post/lists/destroyParameters :- owner_id / owner_screen_name- list_id- slugComments: Associated with changeset 34644: Version 0.9.0.0- Implemented...
View ArticleCommented Feature: Implement : [lists/list] [1744]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/listParameters :- user_id / screen_name-reverseComments: Associated with changeset 34644: Version 0.9.0.0- Implemented UserLists- Implemented...
View ArticleCommented 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.Comments: Associated with changeset 34644: Version...
View ArticleCommented Feature: Implement a SavedSearchDTO [1924]
SavedSearch currently does not provide the Delete function as it is currently used a DTO.Extract the data from the class and create a DTO.Comments: Associated with changeset 34644: Version 0.9.0.0-...
View ArticleEdited Feature: Implement : [lists/list] [1744]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/listParameters :- user_id / screen_name-reverse
View ArticleEdited Feature: Implement : [lists/update] [1756]
Reference : https://dev.twitter.com/docs/api/1.1/post/lists/updateParameters :- list_id- slug- name- mode- description- owner_id / owner_screen_name
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 ArticleEdited Feature: Implement : [lists/destroy] [1755]
Reference : https://dev.twitter.com/docs/api/1.1/post/lists/destroyParameters :- owner_id / owner_screen_name- list_id- slug
View ArticleEdited Feature: Implement a SavedSearchDTO [1924]
SavedSearch currently does not provide the Delete function as it is currently used a DTO.Extract the data from the class and create a DTO.
View ArticleEdited Feature: Implement : [lists/show] [1758]
Reference : https://dev.twitter.com/docs/api/1.1/get/lists/showParameters :- list_id- slug- owner_id / owner_screen_name
View ArticleEdited Feature: Implement : [lists/create] [1757]
Reference : https://dev.twitter.com/docs/api/1.1/post/lists/createParameters :- name- mode- description
View ArticleSource code checked in, #34645
Version 0.9.0.0 - Bug fix for GetUserTimeline - Bug fix for ExceptionHandler when receiving HTML messages
View ArticleNew Post: How Can I pull the last 10 tweets of a user? (if at all)
Hi, I had missed to change the GetUserTimeline query since the Twitter migration to SSL queries only which made it return the error 403. This is now fixed in the latest Source Code. The TwitterToken...
View ArticleNew Post: User lists
Hi there, Your feature is now implemented in the latest version of Tweetinvi 0.9.var currentUser = User.GetCurrentUser(); var tweetLists = TweetList.GetUserLists(currentUser, true);...
View ArticleNew Post: How Can I pull the last 10 tweets of a user? (if at all)
Uhm, well Is the latest SC available via NuGet? Because I just tried to fetch it via the NuGet PMC and it informed me that I have a reference to the latest version which seems to be "Tweetinvi API...
View ArticleNew Post: How Can I pull the last 10 tweets of a user? (if at all)
Hi, Tweetinvi 0.9 in going to be published as a release probably at the end of next week so I recommend you use it. At this point it will be available thanks to nuget. For the moment you can download...
View ArticleSource code checked in, #34683
Version 0.9.0.0 - Updated Get Status (tweet) to include the current_user_retweet information
View ArticleCommented Feature: Update : [statuses/show/:id] [1693]
Reference : https://dev.twitter.com/docs/api/1.1/get/statuses/show/%3AidUpdate methods :- Tweet.FillTweet()Parameters to add :- trim_user- include_my_retweet- include_entitiesComments: Associated with...
View Article