Back to Tools

Facebook

Social

Facebook Graph API for pages and advertising. Post content, manage ads, and analyze insights.

Available Actions
postspagesadsinsights
Input Schema
{
  "type": "object",
  "required": [
    "page_id"
  ],
  "properties": {
    "link": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "page_id": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "post_id": {
      "type": "string"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/facebook

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/facebook \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "posts"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.