Releases: Yortw/tweetmoasharp
Fix for integer friendship ids
v3.0.0.18 Update version number for new release, delete tweetsharp (not tweetmo…
Fix for Direct Messages with Animated Gifs
v3.0.0.16 Change WinRT Json.Net dependency to be more consistent and fix build …
List Fixes
Lists/Update API support.
CreatedAt available on TwitterList.
v3.0.0.13 - New API Support
Added methods to mute/unmute/list muted users etc.
Added Direct Message character count to config response.
Added IsMuting to TwitterFriend.
Added Following and Entities properties to TwitterUser.
Added ToTwitterUrl extension method on TwitterStatus - returns link to tweet on web.
Fixed TwitterTrends so it accepts long ids.
Fixed post status so it uses a long for place id.
Fixed bug in media upload.
v3.0.0.12 Improved Streaming Support
Added Until option to Search method.
Added Count option to ListFollowersOptions and ListFriendsOptions.
Many fixes to streaming system.
Added RetrievedAt property to TwitterStatus, set by deserailiser at serialisation time to current time.
TwitterExtendedEntity now has default entity type of 'Media'.
JsonSerialiser now correctly deserialises cursor collections on WinRT.
Fixes to deflate decompression handling.
v3.0.0.11 - Partial Quoted Tweet Support
Retrieved tweets now contain information about quoted tweets.
Gzip Support in WinRT/UWP
WinRT and UWP projects now support automatic gzip and deflate compression of response streams when the header indicates the appropriate content-encoding.
v3.0.0.9 - Entity parsing
Updated TextAsHtml and ParseTextWithEntities to convert Twitter's character positions to byte positions for .Net string handling. See StringExtensions.ParseTextWithEntities for example on how to do this if parsing entities yourself.
3.0.0.8
v3.0.0.5 - Partial Profile Banner Support
Support for retrieving profile banner urls.