vk_friends_get_suggestions
Discover users you may know, filtered by mutual friends or imported contacts.
Instructions
Returns a list of profiles of users whom the current user may know.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Types of potential friends to return: 'mutual' - users with many mutual friends , 'contacts' - users found with the [vk.com/dev/account.importContacts|account.importContacts] method , 'mutual_contacts' - users who imported the same contacts as the current user with the [vk.com/dev/account.importContacts|account.importContacts] method | |
| count | No | Number of suggestions to return. | |
| offset | No | Offset needed to return a specific subset of suggestions. | |
| fields | No | Profile fields to return. Sample values: 'nickname', 'screen_name', 'sex', 'bdate' (birthdate), 'city', 'country', 'timezone', 'photo', 'photo_medium', 'photo_big', 'has_mobile', 'rate', 'contacts', 'education', 'online', 'counters'. | |
| name_case | No | Case for declension of user name and surname: , 'nom' - nominative (default) , 'gen' - genitive , 'dat' - dative , 'acc' - accusative , 'ins' - instrumental , 'abl' - prepositional |