Facebook Integration

Connect and post to Facebook

Connect Facebook accounts to publish content through the Missinglettr API.

Connect Account

curl https://api.missinglettr-api.com/v1/workspaces/1/accounts/ \
  -X POST \
  -H "Authorization: Api-Key YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "platform": "facebook",
    "access_token": "YOUR_ACCESS_TOKEN"
  }'

See the Platform Requirements page for content limits specific to Facebook.