Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook SDK for .NET Core

Up until now I've been using Facebook SDK for .NET by https://hackerapp.com/

I want to upgrade my project to ASP.NET Core, but I see that their library doesn't have support for .NET Core - nor do they mention about upcoming support for .NET Core.

I can write an HTTP wrapper against Facebook API - but that seems like over-complicating my app - when there's a nice library that is made just for that.

Does anyone know about Facebook SDK for .NET Core?

like image 757
developer82 Avatar asked Sep 06 '25 06:09

developer82


1 Answers

So after not finding a solution, I've decided to develop my own some time ago. You may find here: https://github.com/developer82/FacebookCore

like image 124
developer82 Avatar answered Sep 07 '25 19:09

developer82