GET /v25.0/{ad-account-id}/subscribed_apps HTTP/1.1
Host: graph.facebook.com
{
"data": [],
"paging": {}
}
| Error Code | Description |
|---|---|
200 | Permissions error |
80004 | There have been too many calls to this ad-account. Wait a bit and try again. For more info, please refer to /docs/graph-api/overview/rate-limiting#ads-management. |
| Parameter | Description |
|---|---|
app_idstring |
the id of app to be subscribed from ad account
|
Struct {
success: bool,
}
| Error Code | Description |
|---|---|
100 | Invalid parameter |
200 | Permissions error |
| Parameter | Description |
|---|---|
app_idstring |
the id of app to be unsubscribed from ad account
|
Struct {
success: bool,
}
| Error Code | Description |
|---|---|
100 | Invalid parameter |