https://tweetinvi.codeplex.com/discussions/626398
Comments:
Comments:
This has been fixed by Changeset 43247.
As Tweetinvi changed to use the HttpClient instead of WebResponse, we were no longer throwing exception when the status code indicated that an error occured.
Therefore, we were trying to deserialize error messages like {
"errors"
: [ {
"code"
: 88,
"message"
:
"Rate limit exceeded"
} ] }
into MessageDTO or TweetDTO which obviously resulted in the a crash.