Socket
Socket
Sign inDemoInstall

@openfn/language-facebook

Package Overview
Dependencies
65
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfn/language-facebook

An Language Package for Facebook Messenger API


Version published
Maintainers
4
0

Weekly downloads

Readme

Source

Language Facebook

Language Pack for building expressions and operations to interact with the Facebook Messenger API.

Documentation

Configuration

View all the required and optional properties for state.configuration in the official configuration-schema definition.

postMessage

sample expression using operation
postMessage({
  recipient: {
    id: '<PSID>',
  },
  message: {
    text: '<YOUR MESSAGE GOES HERE>',
  },
});

Development

Clone the adaptors monorepo. Follow the Getting Started guide inside to get set up.

Run tests using pnpm run test or pnpm run test:watch

Build the project using pnpm build.

To just build the docs run pnpm build docs

FAQs

Last updated on 30 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc