Latest stories

change_invite_status

  • Inputs
{
    "status": "integer between 1 to 3: 1 for allow all, 2 for allow contacts, 3 for nobody allowed"
}

  • Errors
{
    "must_login": "user must be login",
    "status": [
        {
            "min value is 1": "minimum valid value is  1"
        },
        {
            "max value is 3": "maximum valid value is  3"
        }
    ]
}

  • Extra Description
User can define who can invite him/her to a wall, nobody, contacts or everyone

  • Sample
  • Url:
https://api.pantel.me/a/change_invite_status?status=1
  • Output:
                                {
    "status": "success",
    "time": 1546153022.6084735
}