Skybrud.Social Versions Save

Skybrud.Social is a framework in .NET for integration with various social services like Twitter, Facebook and Instagram. The framework will handle all the technical parts and API communication so you don't have to.

v1.0.11

5 years ago

Installation

Changelog

  • Fixed an issue with incorrect request body length due to multi-byte characters. As some characters may take up more than one byte, the length of Encoding.UTF8.GetBytes(Body) and Body.Length could differ, causing the request code to fail (see 79919bc9531b6c78673a4c5c29b45aa7e390fcf3).

v1.0.10

5 years ago

Installation

Changelog

v1.0.9

5 years ago

Installation

Changelog

  • Added .NET Standard 2.0 as a target framework

  • Added more properties to the SocialHttpRequest class

v1.0.8

6 years ago

Installation

Changelog

  • As .NET Standard 1.3 does not include the NameValueCollection class, all references to the class was removed for v1.0.0 of this package. The NameValueCollection class does however still have it's purpose, so support has now been added for the .NET Framework versions of this package (see 7795d609b0aca9b8d43b73f6fae3c537ae71673e).

v1.0.7

6 years ago

Installation

Changelog

  • The SocialHttoPostData and SocialHttpQueryString can now both be initialized from an instance of NameValueCollection (only available for .NET framework versions) (see 280ba1b8d92f846caa921a6651301e95fc6ac5bb).

v1.0.6

6 years ago

Installation

Changelog

  • Added overload for the Set method in the SocialHttpPostData class, which takes an object as the value (see 8b744809579bd0db799f8f5af97896b625e7fb79).

  • Various code optimizations (see 4e46a2fd53bb950a48bbc91a7f64fe1345f84d5f).

  • Updated the Skybrud.Essentials dependency to v1.1.5 (6dc4413f9233c63e5644e68e8e12f8db71b721ca).

  • Added .NET 4.7 as a target framework - in addition to the existing target frameworks (see 3b078d2f924c633530580882ccf24eac69fbad23).

v1.0.5

6 years ago

Installation

Changelog

  • Improved XML documentation (see 6895d14b8fce6ea5554735cacebfdc34f639effe and 121d3a4dfe9f519bbb99582df71502ad7934cc27).

  • Various code optimizations (see 77699286ce089f75acc8d6e66d3e713289582b55, 1ffa76905b9faaf7edb0cbbfd9493235be6f6dad and a2ddb12793b1d12bf061cd365415630ee5769da5).

  • Updated the Skybrud.Essentials dependency to v1.1.3 (3efe22013ed4ee8b7bc90f466cf1d30eb45e88ff)

v1.0.4

6 years ago

Installation

Changelog

  • The indexer property in the SocialHttpQueryString now also has setter (see acac675337a6068add4f59be34b00998150589b6 and #71).

  • Introduced the IHttpClient interface (see ba91a448cf7a924f74aa75dc23394503e631fcfb).

v1.0.3

6 years ago

Installation

Changelog

  • Updated the Skybrud.Essentials dependency to v1.1.1 (see cfbf894412ae05785f246b2964aeb6e4860d7427).

  • Fixed a number of issues with the SocialHttpRequest class due to differences between .NET Standard and .NET Framework (see 1e442015e215ccd195b82cf8c2ced8c697d1d843).

v1.0.2

6 years ago

Installation

Changelog

  • The classes SocialHttpQueryString, SocialHttpAdvancedQueryString, SocialHttpPostData and SocialHttpHeaderCollection now support collection initializers (see 6e675ad7a498d56f26bb4636b5498e2aa0517c72).