Answer the question
In order to leave comments, you need to log in
How to authorize VK in a user's browser and transfer an access key from it in C#?
I do authorization through Implicit Flow in VK.
In many applications, I saw that the user in the program clicks on the "Login through" button, after which an authorization link opens in his browser by default, where he confirms the authorization and the tab closes. And the access key is returned to the application.
Authorization goes through the following link:
https://oauth.vk.com/authorize?client_id={CLIENT_ID}&display=page&redirect_uri=https://oauth.vk.com/blank.html&scope=photos,wall&response_type=token&v=5.52&revoke=1
myApp://{"access_token": "waefsgg3waefwata34ssge"}
Answer the question
In order to leave comments, you need to log in
But how do you do it right? How are they implemented? At least a clue to a solution.
myApp://{"access_token": "waefsgg3waefwata34ssge"}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question