Version 0.1.2

Date 2014-01-19 (3,953 days ago)
Downloads 7,202 downloads
NuGet View on NuGet
GitHub View on GitHub

ยป Install via NuGet

Changelog for v0.1.2

Google Analytics
  • Skybrud.Social 0.1.2 primarily focuses on improved support for Google Analytics - including sorting and filtering when fetching data from a profile.
  • Google has introduced a Realtime API for accessing live data from Google Analytics. Skybrud.Social 0.1.2 now also has support for this API, and live data can noew be retrieved in a similar manner to how regular data is retrieved. The Realtime API is however still in closed beta, so developers must request access by Google in order to use it.
  • In v0.1.1 metrics and dimensions were defined by string constants. To allow for some more powerful logic, these constants have now been turned into instances of AnalyticsMetric and AnalyticsDimension respectively. The two classes now use operator overloading to play nicely with strings, but may still break your existing code in some scenarios if you're using the string constants.
Facebook
  • Version 0.1.0 introduced the class FacebookOAuthClient to replace FacebookApplication. However the GetAppAccessToken method was still only available in FacebookApplication. The method is now also been added to FacebookOAuthClient, which is the recommended way to use the method from now on. The method is still available in FacebookApplication, but the entire class is marked as deprecated.