Latest stories

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:
https://api.pantel.me/a/invite_by_person?wall_id=-1000918&invitee_id=1002784
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}