This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
Nemiro.OAuth v1.12
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
andUser-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
andOdnoklassnikiClient
; - Changed
HttpParameterType
. Added itemNone
into the first position, the remaining elements are shifted one step; HttpParameterCollection.ToStringParameters
only for Url and Unformed parameters;HttpParameterCollection.ToRequestBody
is discarded.