Retrieves the list of Facebook page IDs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:GetFbMessengerPages |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AccessToken |
string |
Yes |
The token of the Meta public page. |
EARDGFDGF12**** |
| InstanceId |
string |
Yes |
The instance ID. |
inst-8t47hh***5pyj0ps |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The detailed reason why access was denied. |
{} |
| Message |
string |
The prompt information of the returned result. |
ok |
| RequestId |
string |
The ID of the request. This is a unique identifier generated by Alibaba Cloud for the request and can be used to troubleshoot and locate issues. |
sd2dsd-33***** |
| Data |
array<object> |
The returned data. |
|
|
object |
The returned data object. |
||
| PageId |
string |
The PageId of Messenger. |
17433243434 |
| PageName |
string |
The page name. |
iwhalecloud-2 |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "{}",
"Message": "ok",
"RequestId": "sd2dsd-33*****",
"Data": [
{
"PageId": "17433243434",
"PageName": "iwhalecloud-2"
}
],
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.