Nemiro.OAuth 1.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nemiro.OAuth --version 1.9.0
NuGet\Install-Package Nemiro.OAuth -Version 1.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nemiro.OAuth" Version="1.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nemiro.OAuth --version 1.9.0
#r "nuget: Nemiro.OAuth, 1.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Nemiro.OAuth as a Cake Addin
#addin nuget:?package=Nemiro.OAuth&version=1.9.0

// Install Nemiro.OAuth as a Cake Tool
#tool nuget:?package=Nemiro.OAuth&version=1.9.0

Nemiro.OAuth is a class library for authorization via OAuth protocol in .NET Framework.

The library provides mechanisms for implementing OAuth clients, and also contains a ready-to-use clients for popular websites.

Nemiro.OAuth is licensed under the Apache License Version 2.0.

Features

* Support OAuth 1.0 and 2.0;
* Obtaining basic information about users: ID, name, sex, date of birth, email address and telephone number;
* Ready-to-Use OAuth clients for: Amazon, Assembla, CodeProject, Dropbox, Facebook, Foursquare, GitHub, Google, Instagram, LinkedIn, Microsoft Live, Mail.Ru, Odnoklassniki, SoundCloud, SourceForge, Tumblr, Twitter, VKontakte, Yahoo! and Yandex;
* Base classes to create additional clients;
* Basic principles of operation with API of different providers;
* Unified mechanisms to facilitate integration with a variety of API.

Less code, more functionality!

Demo: http://demo-oauth.nemiro.net/

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Nemiro.OAuth:

Package Downloads
Nemiro.OAuth.LoginForms

Ready-to-use authorization forms (Windows Forms only) for popular sites using OAuth: Google, Facebook, Twitter, Dropbox, Yandex etc.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.13.0 58,472 8/24/2017
1.13.0-beta1 1,341 6/25/2017
1.12.0 16,961 9/12/2016
1.12.0-beta2603 1,225 9/5/2016
1.12.0-beta2567 1,325 8/24/2016
1.11.2477 2,850 8/8/2016
1.11.0 2,448 7/11/2016
1.10.0 9,387 6/21/2015
1.9.0 2,012 3/19/2015
1.8.0 1,651 3/8/2015
1.7.0 2,836 2/11/2015
1.6.0 2,223 1/4/2015
1.5.0 1,939 12/27/2014
1.4.0 4,192 11/2/2014
1.3.0 1,932 10/23/2014
1.2.0 1,909 10/8/2014
1.1.4.367 1,836 7/20/2014

March 19, 2015

This version includes fixes and enhancements.

* In the method GetUserInfo added ability to specify an access token;
* In the web methods of the OAuthUtility class added ability to specify an access token;
* Fixed JSON;
* Fixed bug with overwriting the query parameters in obtaining authorization address;
* Fixed UserInfo mapper for LinkedIn;
* Fixed typo (internal): Requet -> Requests;
* Updated URLs in the GoogleClient;
* Reworked the AccessToken class;
* Implemented refreshing and revoking an access token for providers that support it.

For details, please see:
https://github.com/alekseynemiro/nemiro.oauth.dll/blob/master/Release%20Notes.md