PipedreamHQ / PipedreamHQ/pipedream

[Components] facebook_graph_api

Open
#16,242 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# facebook_graph_api
## URLs
- https://developers.facebook.com/docs/graph-api/reference/page
## Webhook Sources
### new-comment-instant
#### Description
Emit new event when a new comment is posted on a Facebook Page's post. Requires the Page ID and page access token with 'pages_read_engagement' permission.
### new-page-post-instant
#### Description
Emit new event when a new post is published to a Facebook Page. Requires the Page ID and page access token with 'pages_read_engagement' permission.
### new-like-instant
#### Description
Emit new event when a new like is added to a specific post on a Facebook Page. Requires the Post ID and page access token with 'pages_read_engagement' permission.
## Actions
### create-post
#### Description
Publish a new post to a Facebook Page's feed. Requires the Page ID, message content, and a page access token with 'pages_manage_posts' permission.
### comment-post
#### Description
Add a comment to a specific Facebook Page post. Requires the Post ID, comment message, and a page access token with 'pages_manage_engagement' permission.
### hide-comment
#### Description
Hide a comment on a Facebook Page post. Requires the Comment ID and a page access token with 'pages_manage_engagement' permission.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.