Releases: abjerner/Skybrud.Social
Releases · abjerner/Skybrud.Social
Skybrud.Social.Core v1.0.1
Installation
Skybrud.Social.Core v1.0.0
Installation
Skybrud.Social.Core v1.0.0-beta9
Skybrud.Social.Core v1.0.0-beta8
Skybrud.Social v0.9.6
- For media of the type
carousel
recently introduced by Instagram, the reference to the media would benull
since Skybrud.Social didn't know how to handle the type. With this release, an instance ofInstagramMedia
will be returned instead as fallback for unknown types (see 0c699fd).
Skybrud.Social v0.9.5
-
Fixed a few authentication issues since Facebook now has dropped support for
v2.2
of the Graph API. Skybrud.Social now usesv2.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 theId
property from a wrong property in the JSON (see 2443d54).
Skybrud.Social v0.9.4.9
- The
FacebookPage
class now has aFanCount
property to get the total amount of likes the page has received - replacing theLikes
property deprecated fromv2.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
Skybrud.Social.Core v1.0.0-beta6
Skybrud.Social v0.9.4.8
- Introduced new
RetweetedStatus
property in theTwitterStatusMessage
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 theRetweetedStatus
property (see 607bb52).
Google Analytics
- The scope for
ManageUsers
should reference the correct URL (see 47e5453).