Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unavailable for apps with direct auth. #1596

Open
1 of 3 tasks
HELLRAiSER555 opened this issue Oct 11, 2023 · 0 comments
Open
1 of 3 tasks

Unavailable for apps with direct auth. #1596

HELLRAiSER555 opened this issue Oct 11, 2023 · 0 comments
Milestone

Comments

@HELLRAiSER555
Copy link

HELLRAiSER555 commented Oct 11, 2023

  1. Target для .NET используемый в проекте: (Официально поддерживаем , .net 4.5, NETStandard2.0) (поставьте 'x' в квадратных скобках)
  • .net 4.5
  • NETStandard2.0
  • другое. Указать строкой ниже.
  1. Класс и метод в котором возникла проблема:
    Public Class frmDVK
    Dim f As Boolean = False
    Dim cancelUpload As Boolean = False
    Friend WithEvents webClient As WebClientExtended = New WebClientExtended
    Dim txtLines As New List(Of String)
    Friend api As VkApi
    Private Sub cmdLogin_Click(sender As Object, e As EventArgs) Handles cmdLogin.Click
  2. Пример кода для воспроизведения проблемы, пожалуйста указавыйте конкретные значения параметров запроса:
Dim services = New ServiceCollection()
'services.AddAudioBypass
api = New VkApi(services)
api.Authorize(New ApiAuthParams With {
.ApplicationId = 6146827 (VK Me помом, но впрчем неважно, любое офф приложение),
.Login = CStr(grdUser.CurrentRow.Cells(0).Value),
.Password = CStr(grdUser.CurrentRow.Cells(1).Value),
.Settings = Settings.All
})
  1. JSON ответа. Для удобства сбора этих данных подключите логи (https://github.com/vknet/vk/wiki/Logging):
{"{""error"":""invalid_access"",""error_description"":""Security issue. Unavailable for apps with direct auth.""}"}
  1. Если в примере не указаны конкретные значения параметров запроса укажите их здесь:
    Если вернуть версию к примеру 1.77.0-alpha-91 и расскоментить services.AddAudioBypass() (который в последней версии тоже не работает) то все работает .И .Settings = Settings.All - примерно через 24 часа токен становится недействителен. То есть в версии 1.77.0-alpha-91 это все работает.
@inyutin-maxim inyutin-maxim modified the milestones: v1.78.0, v1.79.0 Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants