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
Post a Comment