vk_friends_are_friends
Verify friendship status with multiple VK users. Accepts up to 1000 user IDs and returns a binary friend indicator for each, with optional request read state.
Instructions
Checks the current user's friendship status with other specified users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | Yes | IDs of the users whose friendship status to check. | |
| need_sign | No | '1' - to return 'sign' field. 'sign' is md5("{id}_{user_id}_{friends_status}_{application_secret}"), where id is current user ID. This field allows to check that data has not been modified by the client. By default: '0'. | |
| extended | No | Return friend request read_state field |