We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can i get access_token?
The text was updated successfully, but these errors were encountered:
You can get it here https://vk.com/dev
follow next steps:
Sorry, something went wrong.
@canmeepo Thank you for your response but i have already did it.
For example, my code:
this.vkAuthCallback = (res) => { console.log(res) //see screenshot } ... <VkAuth apiId={1234567} callback={this.vkAuthCallback} > VK Login </VkAuth>
Here you can see, that access_token field is missing. Is there are way to get it?
@dentsmokaliuk oh sry misunderstood. Yep token is missing, so i think no way to get "access_token" through OPEN_API that's why i just generate hash
md5(SECRET_KEY + data.session.mid)
No branches or pull requests
Can i get access_token?
The text was updated successfully, but these errors were encountered: