Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fs-frost/pagemanager
.NET Core application to manage posting (create, edit and delete) on Facebook Pages.
https://github.com/fs-frost/pagemanager
csharp facebook-api graph-api net-core wpf
Last synced: 4 days ago
JSON representation
.NET Core application to manage posting (create, edit and delete) on Facebook Pages.
- Host: GitHub
- URL: https://github.com/fs-frost/pagemanager
- Owner: FS-Frost
- Created: 2020-04-12T21:48:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:08:40.000Z (about 2 years ago)
- Last Synced: 2023-08-31T03:56:21.980Z (over 1 year ago)
- Topics: csharp, facebook-api, graph-api, net-core, wpf
- Language: C#
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Page Manager
.NET Core application to manage posting (create, edit and delete) on Facebook Pages.
# Requirements
- .NET Core 3.1
# Dependencies
- PageManager.Core: Library to deal with Facebook Graph API.
- PageManager.Gui: WPF application to manage posting.# How to use
1. Download the latest relesase.
2. Open `config.json` and paste your [access token](https://developers.facebook.com/docs/graph-api/using-graph-api/#access-tokens).
3. Start `PageManager.Gui.exe` and profit!More on the [Wiki](https://github.com/FS-Frost/PageManager/wiki/What-can-I-do%3F).
# How to code this
## Requirements
- .NET Core 3.1.
- Visual Studio IDE 2019.## Steps
1. Clone the repo.
2. Rename `config-example.json` to `config.json`.
3. Open `config.json` and paste your [access token](https://developers.facebook.com/docs/graph-api/using-graph-api/#access-tokens).
4. Have fun!