Date | 2015-08-12 (3,383 days ago) |
---|---|
Downloads | 3,535 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
This release has mainly focused on adding new logic, or improving existing logic without creating any breaking changes.
There is however a breaking change in the Facebook logic (the FacebookGender
enum class) since I misspelled a property.
#30
and 6100a9e
).FacebookGender
enum class. The property Make
has now renamed to Male
. This is a breaking change for anyone using this enum (see f90fc2f
).CreateFromClientId
method has now been added to the InstagramService
to better support this (see 3ce8d73
).Search
method in the Tags
endpoint as suggested by @fedrch in #36
(see e84cb79
).GetUserFeed
method in the Users
endpoint for getting the feed of the authenticated user (see 433dd0e
).Retweet
and DestroyStatusMessage
methods to the Statuses
endpoint (see 841c7f0
).Favorites
and Lists
endpoints (see ed12855
).GoogleService
and GoogleOAuthClient
classes have now been updated to support this (see bb27a3c
).GoogleScopes.Email
instead of GoogleScope.Email
, and AnalyticsScopes.Readonly
instead of AnalyticsScope.Readonly
. The old way of accessing a scope (eg. GoogleScope.Email
) has now been marked as obsolete, and will be removed entirely for v1.0
of Skybrud.Social (see 88917c9
).Analytics
endpoint as before, but have been marked as obsolete. The new methods have been separated into individual Management
and Data
endpoints. The methods and classes now marked as obsolete will be removed entirely for v1.0
of Skybrud.Social.Tags
property to the YouTubeVideoSnippet
class so the tags are now properly exposed (see 14913e5
).v1.0
) to switch to Newtonsoft.Json
instead of JavaScriptSerializer
currently being used internally in Skybrud.Social. So to better support this move, a bunch of extension methods for JObject
and JArray
have now been added to the project (see 48ad1ee
).