Skip to content

add facebook pages app with actions and triggers #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 11, 2025

Conversation

nickmazurenko
Copy link
Contributor

No description provided.

@Copilot Copilot AI review requested due to automatic review settings June 11, 2025 14:56
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request adds a new Facebook Pages app along with several helper functions and actions to support interactions (searching posts, replying, liking comments, retrieving insights, etc.) with Facebook Pages. Key changes include:

  • New helper files to retrieve allowed values for post IDs, page IDs, comment IDs, and related fields.
  • Implementation of multiple actions (search, reply, like, get comments, get page info, get post details, insights, and create post) using the Facebook Node.js Business SDK.
  • Updates to package.json, the actions catalogue, and CI workflows to support the Facebook Pages integration.

Reviewed Changes

Copilot reviewed 32 out of 32 changed files in this pull request and generated 2 comments.

File Description
ts/src/apps/facebook-pages/helpers/*.ts Introduces helper functions to fetch allowed values and field mappings.
ts/src/apps/facebook-pages/actions/*.ts Implements various Facebook Pages actions (search, reply, like, etc.).
ts/src/ActionsCatalogue/index.ts Registers the new Facebook Pages app in the actions catalogue.
ts/package.json & .github/workflows/pull_request.yml Adds required dependencies and environment variables for Facebook SDK.

@nickmazurenko nickmazurenko merged commit 6983ca0 into develop Jun 11, 2025
1 of 2 checks passed
@nickmazurenko nickmazurenko deleted the feature/facebook-pages branch June 11, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant