Skip to content

Releases: Yortw/tweetmoasharp

Fix for integer friendship ids

17 Jun 23:32
Compare
Choose a tag to compare
v3.0.0.18

Update version number for new release, delete tweetsharp (not tweetmo…

Fix for Direct Messages with Animated Gifs

11 Jun 05:10
Compare
Choose a tag to compare
v3.0.0.16

Change WinRT Json.Net dependency to be more consistent and fix build …

List Fixes

12 Apr 01:02
Compare
Choose a tag to compare

Lists/Update API support.
CreatedAt available on TwitterList.

v3.0.0.13 - New API Support

29 Dec 06:04
Compare
Choose a tag to compare

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

04 Nov 05:43
Compare
Choose a tag to compare

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

11 Sep 10:49
Compare
Choose a tag to compare

Retrieved tweets now contain information about quoted tweets.

Gzip Support in WinRT/UWP

04 Sep 10:29
Compare
Choose a tag to compare

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

31 Aug 09:10
Compare
Choose a tag to compare

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

29 Aug 01:15
Compare
Choose a tag to compare

Fixes error handling for task based async methods. Exceptions should now be return to callers.
Older Windows Phone platform binaries now build again and should include changes from prior versions.

v3.0.0.5 - Partial Profile Banner Support

25 Jul 06:02
Compare
Choose a tag to compare

Support for retrieving profile banner urls.