
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
@robinpath/facebook
Advanced tools
Facebook module for RobinPath.
The facebook module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/facebook
1. Set up credentials
facebook.setCredentials "your-credentials"
2. getPageInfo
facebook.getPageInfo
| Function | Description |
|---|---|
facebook.setCredentials | Configure facebook credentials. |
facebook.getPageInfo | getPageInfo |
facebook.listPagePosts | listPagePosts |
facebook.createPagePost | createPagePost |
facebook.updatePost | updatePost |
facebook.deletePost | deletePost |
facebook.getPost | getPost |
facebook.getPostInsights | getPostInsights |
facebook.getPageInsights | getPageInsights |
facebook.listComments | listComments |
facebook.replyToComment | replyToComment |
facebook.deleteComment | deleteComment |
facebook.hideComment | hideComment |
facebook.listPageEvents | listPageEvents |
facebook.createPageEvent | createPageEvent |
facebook.uploadPhoto | uploadPhoto |
facebook.uploadVideo | uploadVideo |
facebook.getAdAccounts | getAdAccounts |
facebook.getCampaigns | getCampaigns |
facebook.getMe | getMe |
facebook.searchPages | searchPages |
facebook.getPageInfo
facebook.listPagePosts
facebook.createPagePost
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/facebook";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
facebook.setCredentials "your-credentials"
facebook.getPageInfo
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/instagram — Instagram module for complementary functionality@robinpath/twitter — Twitter/X module for complementary functionality@robinpath/linkedin — LinkedIn module for complementary functionality@robinpath/tiktok — TikTok module for complementary functionality@robinpath/pinterest — Pinterest module for complementary functionalityMIT
FAQs
Facebook Pages integration via the Meta Graph API — publish posts and photos, read post insights, and manage Page content using a long-lived Page Access Token from the encrypted credential vault.
The npm package @robinpath/facebook receives a total of 14 weekly downloads. As such, @robinpath/facebook popularity was classified as not popular.
We found that @robinpath/facebook demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
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.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.