An open API service indexing awesome lists of open source software.

https://github.com/fabricatorsltd/facebook-sdk-dotnet

C# Net Core SDK to interact with Facebook's Graph API
https://github.com/fabricatorsltd/facebook-sdk-dotnet

c-sharp csharp facebook facebook-api facebook-graph-api facebook-sdk graph-api netcore netcore3 netcore31 sdk sdk-c-sharp

Last synced: 3 months ago
JSON representation

C# Net Core SDK to interact with Facebook's Graph API

Awesome Lists containing this project

README

          

# Facebook .Net SDK

This project is born for a personal need, I'm not sure yet if it is going to have a future as public and maintained repository.

## Badges
[![CodeFactor](https://www.codefactor.io/repository/github/fabricatorsltd/facebook-sdk-dotnet/badge)](https://www.codefactor.io/repository/github/fabricatorsltd/facebook-sdk-dotnet) [![License Badge](https://img.shields.io/badge/license-MPL--2.0-blue)](https://github.com/fabricatorsltd/facebook-sdk-dotnet/blob/master/LICENSE) ![.NET](https://tc.fabricators.ltd/guestAuth/app/rest/builds/buildType:(id:FacebookSdkDotnet_Build)/statusIcon) [![NuGet](https://img.shields.io/nuget/v/fabricators.Facebook.SDK.svg?style=square&label=nuget)](https://www.nuget.org/packages/fabricators.Facebook.SDK/)

## Useful links
* [Facebook Permissions list](https://developers.facebook.com/docs/facebook-login/permissions)
* [Facebook Graph API Explorer](https://developers.facebook.com/tools/explorer)

## ToDo
_(Here only the major todos are reported)_
* [x] Provide generic method that can handle all the requests and checks
* [ ] Unit Tests suite
* [ ] Remove console Tester from solution (use Unit Tests instead)
* [ ] Provide code examples in Wiki

## Release
[Releases](https://tc.fabricators.ltd/viewLog.html?buildTypeId=FacebookSdkDotnet_Build&buildId=lastSuccessful&tab=artifacts&guest=1)