List Social Account Posts
Lists the existing posts of a connected Facebook page, Instagram account, or TikTok account.
Query parameters
The Account (a biz_ identifier) the social account is connected to.
Return only the single post with this platform id, instead of the full list.
Number of results to return from the start of the range.
Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Response
single post returned when post_id is given
Example response
{
"data": [
{
"call_to_action": "shop_now",
"caption": "Ceramic coating in action",
"destination_url": "https://shinetime.example/book",
"embed_url": "https://www.facebook.com/plugins/post.php",
"id": "media_1",
"media_url": "https://shinetime.example/ceramic-coating-reel.mp4",
"restrictions": [
"lead_form_ineligible"
],
"thumbnail_url": "https://shinetime.example/ceramic-coating-poster.jpg",
"video_id": "18000000000000000"
}
],
"page_info": {
"end_cursor": "MTI=",
"has_next_page": true
}
}Changes
Changed in 6 of the 74 revisions of this API.157
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
instagram_destinationenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
messenger_destinationenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
whatsapp_destinationenum value to the///response property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
copyrighted_musicenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
promotion_ineligibleenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
for the
queryrequest parameterfirst, default value was changed from25to20request-parameter-default-value-changed
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 74 revisions, 1 has no diff computed.