Queries the list of Facebook posts.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:ListFacebookPosts |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CustSpaceId |
string |
Yes |
The space ID of the ISV sub-customer. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The access denial details. |
{} |
| Message |
string |
The error message. |
success |
| RequestId |
string |
The request ID. It is a unique identifier generated by Alibaba Cloud for the request and can be used to troubleshoot issues. |
90E63D28-E31D-1EB2-8939-A94866*** |
| Data |
array<object> |
The returned data. |
|
|
object |
The returned data. |
||
| PermalinkUrl |
string |
The permalink URL. |
https://xxxxxxx |
| MediaUrl |
string |
The original media URL. |
https://xxxxxx07 |
| CreatedTime |
string |
The time when the custom domain name was created. |
2025-04-08T10:44:48 |
| Message |
string |
The response message. |
success |
| MediaType |
string |
The media type. |
1 |
| Id |
string |
The task ID. |
1 |
| RequestNo |
string |
The request number. |
示例值示例值 |
| FullPicture |
string |
The full picture. |
N/A |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the call was successful.
|
false |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "{}",
"Message": "success",
"RequestId": "90E63D28-E31D-1EB2-8939-A94866***",
"Data": [
{
"PermalinkUrl": "https://xxxxxxx",
"MediaUrl": "https://xxxxxx07",
"CreatedTime": "2025-04-08T10:44:48",
"Message": "success",
"MediaType": "1",
"Id": "1",
"RequestNo": "示例值示例值",
"FullPicture": "N/A"
}
],
"Code": "OK",
"Success": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.