Skybrud.Social.Google is an authentication and service implementation for the Google API - targeting both .NET Framework and .NET Standard.
.NET 4.5, .NET 4.6, .NET 4.7 and .NET Standard 2.0 (read more).
Install the package via NuGet - either via the .NET CLI:
dotnet add package Skybrud.Social.Google --version 1.0.3
or the NuGet Package Manager:
Install-Package Skybrud.Social.Google -Version 1.0.3
Skybrud.Social.Google primarily handles authentication with the Google API, and also serves as a base implementation for the the long list of underlying APIs.
Through individual packages (building on top of Skybrud.Social.Google), I've also implemented packages for the following APIs:
You can find documentation and examples on how to use this package at the Skybrud.Social website.
Please feel free to create an issue, and I will get back to you ;)
The releases page lists all releases, and each there will be some information for each release on the most significant changes.