social networking - getting email from javascript API in VKontakte -


i working on javascript sdk implement vk connect on website.

everything working except i'm not able user's email.

here call make :

vk.auth.login(function(response) {     console.info(response); }, 4194304); 

the number "4194304" bit maks of email mentionned here : https://vk.com/dev/permissions

in response didn't manage receive email. didn't find method can return email in vk documentation.

is has faced problem?

thanks lot!

it possible email oauth token. it's complicated reason. https://vk.com/dev/auth_sites

email auth permission code:

email (+4194304) user e-mail access. available sites.

so question: how email address vk.api?

if understand russian: https://toster.ru/q/94065


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -