https://github.com/abjerner/skybrud.social.google
Authentication and service implementation for the Google API.
https://github.com/abjerner/skybrud.social.google
api api-wrapper authentication csharp dotnet google google-api limbo oauth oauth2 package skybrud skybrud-integrations skybrud-social
Last synced: 10 months ago
JSON representation
Authentication and service implementation for the Google API.
- Host: GitHub
- URL: https://github.com/abjerner/skybrud.social.google
- Owner: abjerner
- License: mit
- Created: 2015-12-31T21:20:01.000Z (over 10 years ago)
- Default Branch: v1/main
- Last Pushed: 2025-05-05T21:42:31.000Z (about 1 year ago)
- Last Synced: 2025-07-22T10:21:11.260Z (11 months ago)
- Topics: api, api-wrapper, authentication, csharp, dotnet, google, google-api, limbo, oauth, oauth2, package, skybrud, skybrud-integrations, skybrud-social
- Language: C#
- Homepage: http://social.skybrud.dk/google/
- Size: 5.59 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Skybrud.Social.Google
[](https://github.com/abjerner/Skybrud.Social.Google/blob/v1/main/LICENSE.md)
[](https://www.nuget.org/packages/Skybrud.Social.Google)
[](https://www.nuget.org/packages/Skybrud.Social.Google)
[](https://packages.limbo.works/skybrud.social.google/)
**Skybrud.Social.Google** is an authentication and service implementation for the Google API - targeting both .NET Framework and .NET Standard.
## Target Frameworks
.NET 4.5, .NET 4.6, .NET 4.7 and .NET Standard 2.0 ([read more](https://www.nuget.org/packages/Skybrud.Social.Google#supportedframeworks-body-tab)).
## Installation
Install the package via [**NuGet**](https://www.nuget.org/packages/Skybrud.Social.Google) - either via the .NET CLI:
```
dotnet add package Skybrud.Social.Google
```
or the NuGet Package Manager:
```
Install-Package Skybrud.Social.Google
```
## Google APIs
**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:
- [**Analytics**](https://github.com/abjerner/Skybrud.Social.Google.Analytics)
- [**Geocoding**](https://github.com/abjerner/Skybrud.Social.Google.Geocoding)
- [**Places**](https://github.com/abjerner/Skybrud.Social.Google.Places)
- [**YouTube**](https://github.com/abjerner/Skybrud.Social.Google.YouTube)
### Getting started?
You can find documentation and examples on how to use this package at the [**Skybrud.Social website**][Website].
## Found a bug? Have a question?
Please feel free to [**create an issue**][Issues], and I will get back to you ;)
### Changelog
The [**releases page**][Releases] lists all releases, and each there will be some information for each release on the most significant changes.
[Website]: https://packages.limbo.works/skybrud.social.google/
[NuGetPackage]: https://www.nuget.org/packages/Skybrud.Social.Google
[GitHubRelease]: https://github.com/abjerner/Skybrud.Social.Google/releases/latest
[Releases]: https://github.com/abjerner/Skybrud.Social.Google/releases
[Issues]: https://github.com/abjerner/Skybrud.Social.Google/issues