New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@openfn/language-facebook

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfn/language-facebook

An Language Package for Facebook Messenger API

  • 0.4.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
96
decreased by-32.87%
Maintainers
0
Weekly downloads
 
Created
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

Package last updated on 16 Jan 2025

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc