Last active
April 2, 2018 12:09
-
-
Save qwersk/66de6ff2ef9226c94240babacaf1c53d to your computer and use it in GitHub Desktop.
vk get access_token
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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