Request URL http://fan.yspan.com/
Request parameters:
| Parameter | Type | Required | Description |
| what | string | required | must have value "wall" |
| op | string |
required | must have value "get" |
| user_id | int | required | ID of the wall owner |
| start | int | optional | the number of the first record (zero based), default 0 |
| results | int | optional | the number of records to be returned, default 10 |
| search_keyword | string | optional | a filter to apply on the wall posts |
Response parameters:
| Parameter | Type | Description |
| user_details | array |
details of the wall owner |
| wall |
array |
array of wall messages |
| available |
int |
all available wall messages that match the filters |