Skip to content

thunderluca/GraphVersionHelper

Repository files navigation

GraphVersionHelper

A light .NET helper to determine which are currently versions of Facebook Graph API for HTTP request without update your applications every time a new version is available.

Supported framework

  • .NET Standard 1.1

Documentation

Just use the following line

var item = await VersionHelper.GetLatestVersionAsync();

to retrieve a GraphItem which contains latest version and a collection of previous working versions of Graph API.

Installation

Simply build this solution or use the Nuget package!

About

A light .NET helper to determine which are currently versions of Facebook Graph API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages