mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
12 lines
356 B
Markdown
12 lines
356 B
Markdown
# 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.
|