# Авторизация через VK

1. Авторизуйтесь в социальной сети [VK](https://vk.com/)
2. Откройте раздел [Мои приложения](https://vk.com/apps?act=manage) и нажмите на кнопу "Создать"

<figure><img src="/files/eCD9QAsHNZdPT8eOiqSn" alt=""><figcaption></figcaption></figure>

Вместо **«domain.ru»** укажите имя домена вашего обменного пункта.

3. Перейдите в "Мои приложения" и нажмите на кнопку "редактировать" справо созданного приложения
4. Перейдите в раздел "Настройки" и в поле "Доверенный redirect URI" пропишите ссылку и сохраните настройки

```
https://ВАШ_ДОМЕН/oauth/vkontakte/callback
```

5. В панели управления обменным пунктом в разделе **«Утилиты → Система авторизаций»** если в списке нет ВКонтакте, нажмите **Добавить систему**

<figure><img src="/files/61uG0pFve5TAeNkxcIHI" alt=""><figcaption></figcaption></figure>

6. Далее, в списке сервисов, найдите созданный.

* *Client ID* - Введите *ID приложения*, который вы получили.
* *Client Secret* - Введите Защищённый ключ, которая находится в настройках созданного приложения VK.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.iexexchanger.com/dev-help/integraciya/avtorizaciya-cherez-soc.-seti/avtorizaciya-cherez-vk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
