invite_by_person
- Inputs
{
"invitee_id": "integer: excludes invitee_ids",
"invitee_ids": "list of integer: excludes invitee_id",
"wall_id": "integer: wall id"
}
- Errors
{
"must_login": "user must be login",
"permission_denied": "user is not admin or invitee_id is not valid"
}
- Extra Description
Invite any user to the wall by user_id
- Sample
- Url:
- Output:
{
"status": "success",
"time": 1526966340.437936
}