get_wall_followers
- Inputs
{
"base": "integer has dependency on page: optional",
"page": "string: allowed: next: has dependency on base: optional",
"term": "string: term for search: optional",
"wall_id": "integer: wall id"
}
- Errors
{
"must_login": "user must be login"
}
- Extra Description
Returns a list of the followers of the wall, also user can search among the followers name
- Sample
- Url:
- Output:
{
"result": [
{
"base": 1,
"id": 1002783,
"image_path": null,
"image_server_id": null,
"is_admin": false,
"is_kicked": false,
"name": "Xbomsx Xbhpqx"
}
],
"status": "success",
"time": 1551267213.6380768
}