Edited Task: Stream Exception Improvement [2537]
Currently Stream throws an AggregatedException when the ExceptionHandler is not set to Swallow WebExceptions.Improve this behavior to throw the expected TwitterException if possible.Add an Event...
View ArticleSource code checked in, #42498
Version 0.9.6.0 - Updated all third party libraries that tweetinvi uses
View ArticleCommented Issue: request more results than exists - null reference exception...
If try to return more results than exists, can end up getting no results and a null reference exceptionI was trying to get followers and a bug in my code was requesting a hard limit of 20,000 instead...
View ArticleEdited Issue: request more results than exists - null reference exception [2526]
If try to return more results than exists, can end up getting no results and a null reference exceptionI was trying to get followers and a bug in my code was requesting a hard limit of 20,000 instead...
View ArticleUpdated Release: Tweetinvi 0.9.6.x
Visit Tweetinvi 0.9.6.x Work ItemsCustom Parameters When an action can be performed with a 'RequestParameters' class (e.g. Search, Timeline, Message...), you will now be able to specify...
View ArticleUpdated Release: Tweetinvi 0.9.6.x
Quick OverviewCustom ParametersUploadRateLimit TrackerRateLimit - TwitterQuery the new Revolution!Search FiltersTweet Entities and VideoStreamsReport SpamTweetinvi EventsTwitter ConfigurationMono and...
View ArticleReleased: Tweetinvi 0.9.6.x (Mar 28, 2015)
Tweetinvi Update 0.9.6.0Quick OverviewCustom ParametersUploadRateLimit TrackerRateLimit - TwitterQuery the new Revolution!Search FiltersTweet Entities and VideoStreamsReport SpamTweetinvi EventsTwitter...
View ArticleUpdated Release: Tweetinvi 0.9.6.x (Mar 28, 2015)
Tweetinvi Update 0.9.6.0Quick OverviewCustom ParametersUploadRateLimit TrackerRateLimit - TwitterQuery the new Revolution!Search FiltersTweet Entities and VideoStreamsReport SpamTweetinvi EventsTwitter...
View ArticleSource code checked in, #42507
Version 0.9.6.0 - RELEASE - Updated Examplinvi.csproj so that it references System.Net.Http for build
View ArticleUpdated Wiki: Home
29/03/2015 - Tweetinvi 0.9.6.0 is now released to make your life nice and easy :) Support us! Please support the Tweetinvi team by joining us, rating the application or donating with Paypal :) What's...
View ArticleEdited Feature: Implement Create Mute [2213]
Implement the new Mute endpoint: [https://dev.twitter.com/docs/api/1.1/post/mutes/users/create](https://dev.twitter.com/docs/api/1.1/post/mutes/users/create)
View ArticleEdited Feature: Implement Delete Mute [2214]
Implement the mute endpoint : [https://dev.twitter.com/docs/api/1.1/post/mutes/users/destroy](https://dev.twitter.com/docs/api/1.1/post/mutes/users/destroy)
View ArticleEdited Feature: Implement Get Muted User Ids [2215]
Get the list of users ids who have been muted by the current user : [https://dev.twitter.com/docs/api/1.1/get/mutes/users/ids](https://dev.twitter.com/docs/api/1.1/get/mutes/users/ids)
View ArticleEdited Feature: Implement Get Muted Users [2216]
Get a list of user objects that have been muted: [https://dev.twitter.com/docs/api/1.1/get/mutes/users/list](https://dev.twitter.com/docs/api/1.1/get/mutes/users/list)
View ArticleEdited Feature: Implement : [friendships/lookup] [1714]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/lookupParameters :- screen_name / user_id
View ArticleEdited Feature: Implement : [friendships/incoming] [1715]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/incomingParameters : - cursor
View ArticleEdited Feature: Implement : [friendships/outgoing] [1716]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/outgoingParameters :- cursor
View ArticleEdited Feature: Implement : [friendships/update] [1719]
Reference : https://dev.twitter.com/docs/api/1.1/post/friendships/updateParameters : - screen_name / user_id- device- retweets
View ArticleEdited Feature: Implement : [friendships/no_retweets/ids] [1710]
Reference : https://dev.twitter.com/docs/api/1.1/get/friendships/no_retweets/idsParameters :x stringify_ids : DO NOT IMPLEMENT -> Not relevant
View ArticleEdited Feature: Implement : [account/settings][GET] [1723]
Reference : https://dev.twitter.com/docs/api/1.1/get/account/settingsNo parameters
View Article