Skip to content

Instantly share code, notes, and snippets.

@qwersk
Last active April 2, 2018 12:09
Show Gist options
  • Save qwersk/66de6ff2ef9226c94240babacaf1c53d to your computer and use it in GitHub Desktop.
Save qwersk/66de6ff2ef9226c94240babacaf1c53d to your computer and use it in GitHub Desktop.
vk get access_token
// GET VK ACCESS_TOKEN
// http://zenno.pro/kak-poluchit-access-token-prilozheniya-vk-com/
https://oauth.vk.com/authorize?client_id=CLIENT_ID&scope=offline,photos,audio,video,docs,notes,pages,status,offers,questions,wall,groups,messages,email,notifications,stats,ads,offline,docs,pages,stats,notifications&response_type=token&redirect_uri=REDIRECT_URI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment