.NET Core application to manage posting (create, edit and delete) on Facebook Pages.
- .NET Core 3.1
- PageManager.Core: Library to deal with Facebook Graph API.
- PageManager.Gui: WPF application to manage posting.
- Download the latest relesase.
- Open
config.jsonand paste your access token. - Start
PageManager.Gui.exeand profit!
More on the Wiki.
- .NET Core 3.1.
- Visual Studio IDE 2019.
- Clone the repo.
- Rename
config-example.jsontoconfig.json. - Open
config.jsonand paste your access token. - Have fun!