I make a project for authorization in vk.com.

There are two applications LOGIN and REDIRECT. With login I make a GET request for the authorization page vk and then return redirect to REDIRECT (using pythonanywhere). Vk, upon successful authorization, issues an access_token and sends it via the url parameter when redirecting.

How can I get it? (I understand that I need to take a line and parse it, but I haven’t figured it out yet)

    0