OAuth2 0.2.0-alpha

This is a prerelease version of OAuth2.
There is a newer version of this package available.
See the version list below for details.
dotnet add package OAuth2 --version 0.2.0-alpha
NuGet\Install-Package OAuth2 -Version 0.2.0-alpha
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="OAuth2" Version="0.2.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OAuth2 --version 0.2.0-alpha
#r "nuget: OAuth2, 0.2.0-alpha"
#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 OAuth2 as a Cake Addin
#addin nuget:?package=OAuth2&version=0.2.0-alpha&prerelease

// Install OAuth2 as a Cake Tool
#tool nuget:?package=OAuth2&version=0.2.0-alpha&prerelease

Easy to use (just 2 method calls) OAuth2 client. Allows you to perform user authentication via Google, Facebook, VK (Vkontakte), Yandex, Mail.Ru, Windows Live, Flickr, Instagram, Foursquare, Odnoklassniki.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on OAuth2:

Repository Stars
exceptionless/Exceptionless
Exceptionless application
Version Downloads Last updated
0.8.34 5,719 7/31/2014
0.8.33 83 7/28/2014
0.8.32 281 6/30/2014
0.8.31 58 6/23/2014
0.8.30 552 12/4/2013
0.8.29 88 9/24/2013
0.8.28 58 9/12/2013
0.8.27 49 9/11/2013
0.8.26 50 8/20/2013
0.8.25 48 7/30/2013
0.8.21 48 7/26/2013
0.8.20 50 7/25/2013
0.8.19 46 7/25/2013
0.8.18 46 7/25/2013
0.8.3 45 7/25/2013
0.8.2 53 6/8/2013
0.8.1 215 2/13/2013
0.8.0 323 12/18/2012
0.2.0-alpha 1 9/13/2012
0.1.2 51 7/31/2012
0.1.1 47 7/29/2012
0.1.0 73 7/29/2012

API was simplified, OAuth (version 1) support was added, several new clients were implemented.

Please note that this is alpha release, so if you'll encounter some issues, don't hesitate to inform us via project's issue tracker (https://github.com/titarenko/OAuth2/issues).