Authorization vk through OAuth



  • How can you copy vk from OAuth to Python3?



  • If you're using the vk library, you're going to have to come by hand at the OAuth reference, get access_token and get him in here:

    session = vk.Session(access_token="ваш токен").
    

    After that, you will be able to use the API functions available only after the authorization.




Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2