Reading Facebook Page and Group Posts with C#

Reading Facebook Page and Group Posts with C#

Prompts: Is there an api that my program can use to monitor / read posts from a public page on facebook? Write me a c# example of both, please, that would build c# objects from the posts that meet a commont interface Response: Here’s a C# example that fetches posts...
PR Standards Automation

PR Standards Automation

Prompt: In an Azure based project written in C# and using DevOps Repos for code and DevOps Pipelines for releases, is there a way to make sure pull requests pass standards tests in an automated fashion, including specifically “if a method’s signature has...