Nemiro.OAuth 1.13.0-beta1

This is a prerelease version of Nemiro.OAuth.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Nemiro.OAuth --version 1.13.0-beta1
NuGet\Install-Package Nemiro.OAuth -Version 1.13.0-beta1
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.13.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nemiro.OAuth --version 1.13.0-beta1
#r "nuget: Nemiro.OAuth, 1.13.0-beta1"
#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.13.0-beta1&prerelease

// Install Nemiro.OAuth as a Cake Tool
#tool nuget:?package=Nemiro.OAuth&version=1.13.0-beta1&prerelease

Class library for OAuth authentication in the .NET Framework. The library provides mechanisms for implementing OAuth clients, and also contains ready-to-use clients for popular websites.

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 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  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.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETFramework 4.7

    • 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,072 8/24/2017
1.13.0-beta1 1,315 6/25/2017
1.12.0 16,932 9/12/2016
1.12.0-beta2603 1,206 9/5/2016
1.12.0-beta2567 1,300 8/24/2016
1.11.2477 2,831 8/8/2016
1.11.0 2,423 7/11/2016
1.10.0 9,346 6/21/2015
1.9.0 1,983 3/19/2015
1.8.0 1,623 3/8/2015
1.7.0 2,808 2/11/2015
1.6.0 2,198 1/4/2015
1.5.0 1,915 12/27/2014
1.4.0 4,167 11/2/2014
1.3.0 1,907 10/23/2014
1.2.0 1,883 10/8/2014
1.1.4.367 1,811 7/20/2014

June 25, 2017

* Added ResponseType to class OAuth2Client;
* Added default return URL to OdnoklassnikiClient;
* Added method SetAccessToken to class OAuthBase (only for OAuth v2.0 and token requests);
* Added method Get to class OAuthBase for strict type of clients;
* Added assembly for .NET v4.7;
* Changed type of the Version property. Now is Version type;
* Updated Facebook Graph API from v2.7 to v2.9;
* Updated VK API from v5.53 to v5.65;
* Changed method ParseParameters: added UrlDecore;
* Fixed YahooClient: Receiving a user GUID, if there is no such identifier in the headers.