You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
В ответ получаю сообщение: Code №15 - Access denied: no access to call this method.
Получается можно использовать только с помощью access_token полученного через Implicit Flow?
The text was updated successfully, but these errors were encountered:
А какой метод используется?
Исходя из ошибки у токена нет доступа к выполнению метода, и это с библиотекой мало связано
Посмотри, какой набор прав ты запрашиваешь у токена, скорее всего у тебя отсутствует нужный доступ https://dev.vk.com/reference/access-rights
Добрый день.
Получаю access_token с помощью Authorization Code Flow, затем подставляю токен в
В ответ получаю сообщение: Code №15 - Access denied: no access to call this method.
Получается можно использовать только с помощью access_token полученного через Implicit Flow?
The text was updated successfully, but these errors were encountered: