I am starting a project that will be closely linked to Facebook. I am going to use React in the interface and it will talk to REST ws made using asp.net core web api.
The idea is that in this API I will call on Facebook. Basically, I want to: log in, receive / publish messages from Messenger, receive / publish comments and messages from a business page.
I searched Google a bit and did not find many resources or examples of how to do this integration other than the Facebook documentation, which has many things, and I donβt know very well where to look.
I also found this .NET SDK, but it is a bit dated https://github.com/facebook-csharp-sdk/facebook-csharp-sdk and
So my question is: is reading documentation really the best solution?
If anyone could at least give me a hint where to go, I would be very grateful. Would it be better / easier to integrate with Facebook with a different stack than C # / asp.net?
Also, if there is any other API, SDK, or something already built into .NET that helps with this, I would be grateful.
Thanks in advance.
source share