Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Nemiro.OAuth v1.12

Compare
Choose a tag to compare
@alekseynemiro alekseynemiro released this 12 Sep 15:25
· 8 commits to master since this release

September 12, 2016

This release includes upgrades API, used by clients. And also general improvements and enhancements.

  • Added custom state into authorization requests;
  • Added the ability to create custom providers for manage authorization requests;
  • Added automatic serialization to JSON and XML for RequestBody;
  • Added the ability to override the HTTP headers: Accept, Connection, Expect, Transfer-Encoding and User-Agent;
  • Updated DropboxClient to API v2;
  • Updated FacebookClient to Graph API v2.7;
  • Updated GoogleClient to API v3 and v4 for token;
  • Updated VkontakteClient to API v5.53;
  • Updated endpoints for LinkedinClient and OdnoklassnikiClient;
  • Changed HttpParameterType. Added item None into the first position, the remaining elements are shifted one step;
  • HttpParameterCollection.ToStringParameters only for Url and Unformed parameters;
  • HttpParameterCollection.ToRequestBody is discarded.