Facebook · Example Payload

Graph Api Post Example

Fortune 500AdvertisingContent PublishingMessagingSocial MediaSocial Networking

Graph Api Post Example is an example object payload from Facebook, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idmessagecreated_timetypelinkpermalink_url

Example Payload

Raw ↑
{
  "id": "100001234567890_987654321",
  "message": "Excited to share our new product launch!",
  "created_time": "2026-04-18T10:00:00+0000",
  "type": "status",
  "link": "https://example.com/product-launch",
  "permalink_url": "https://www.facebook.com/100001234567890/posts/987654321"
}