Skip to content

Releases: abjerner/Skybrud.Social

Skybrud.Social.Core v1.0.1

28 Jan 18:59
Compare
Choose a tag to compare

Skybrud.Social.Core v1.0.0

28 Jan 17:30
Compare
Choose a tag to compare

Skybrud.Social.Core v1.0.0-beta9

04 May 12:36
Compare
Choose a tag to compare

Skybrud.Social.Core v1.0.0-beta8

02 May 17:00
Compare
Choose a tag to compare

Skybrud.Social v0.9.6

27 Apr 18:47
Compare
Choose a tag to compare

Instagram

  • For media of the type carousel recently introduced by Instagram, the reference to the media would be null since Skybrud.Social didn't know how to handle the type. With this release, an instance of InstagramMedia will be returned instead as fallback for unknown types (see 0c699fd).

Skybrud.Social v0.9.5

28 Mar 17:38
Compare
Choose a tag to compare

Facebook

  • Fixed a few authentication issues since Facebook now has dropped support for v2.2 of the Graph API. Skybrud.Social now uses v2.3 by default. Since newer versions handle authentication a little different, Facebook authentication will no longer work with older versions of Skybrud.Social (see 69a4606).

  • Fixed an issue with the FacebookVideo class parsing the value for the Id property from a wrong property in the JSON (see 2443d54).

Skybrud.Social v0.9.4.9

23 Mar 20:49
Compare
Choose a tag to compare

Facebook

  • The FacebookPage class now has a FanCount property to get the total amount of likes the page has received - replacing the Likes property deprecated from v2.6 of the Facebook Graph API (see 4885462).

YouTube

  • Fixed the implementation of the YouTubeVideoDuration class to support a video duration of an hour or more (see 88d9763).

Skybrud.Social.Core v1.0.0-beta7

08 Mar 21:58
Compare
Choose a tag to compare

Skybrud.Social.Core v1.0.0-beta6

02 Jan 20:09
Compare
Choose a tag to compare

Skybrud.Social v0.9.4.8

01 Jan 23:09
Compare
Choose a tag to compare

Twitter

  • Introduced new RetweetedStatus property in the TwitterStatusMessage class


    If a tweet is a retweet of another tweet, the original tweet will be included in the JSON as well. With this release, the original tweet is now exposed through the RetweetedStatus property (see 607bb52).

Google Analytics

  • The scope for ManageUsers should reference the correct URL (see 47e5453).