Innim / flutter_login_vk

Flutter Plugin to login via VK.com
BSD 3-Clause "New" or "Revised" License
18 stars 17 forks source link

No open windows login #8

Closed Taverz closed 2 years ago

Taverz commented 2 years ago

when you click on the login button, it gives an error. {"error" : "invalidate_request", "error_descrition":"incorrect app. Unavialable for apps with direct auth."}

greymag commented 2 years ago

Hey! What version of the package do you use? If it's =>2.0.0 make sure that you've added application id in string.xml/Info.plist, like described in README

Taverz commented 2 years ago

made sure I have it in the code. Even your example does not start for me

greymag commented 2 years ago

You should update to the ^2.0.0. Unfortunately VK deprecate old version SDK and now we need to define application id in resources instead if dart code.

greymag commented 2 years ago

@Taverz does upgrade solve problem?

greymag commented 2 years ago

No answer, so I'm closing the issue