Added post-to-facebook script

This commit is contained in:
Michael Housh
2023-10-06 22:46:53 -04:00
parent 2b4ecf3939
commit be24adf2aa
4 changed files with 107 additions and 1 deletions

11
facebook-bot/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Facebook Bot Instructions
This is used to programmaticly make posts to Facebook.
## References
- https://developers.facebook.com/docs/graph-api/reference/v18.0/group/feed
- https://developers.facebook.com/tools/explorer?method=GET&path=896542914538874&version=v18.0
An access token with `publish_to_groups` permissions is required to post to
groups.