无法获取用户电子邮件使用JavaScript API Viadeo [英] Can't get user email with the Viadeo API using Javascript

查看:112
本文介绍了无法获取用户电子邮件使用JavaScript API Viadeo的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是开发,一旦用户接受了分享他的Viadeo信息的申请,已获得的电子邮件。所以我使用Viadeo API和编码在Javascript

Hi i'm developing an application that once the user accepted to share his Viadeo informations, has to get the email. So i'm using the Viadeo API and coding in Javascript

我的code是以下

VD.api('/me', {user_detail : 'partial'}, function(r) {
                        nom.value = r.last_name;
                        prenom.value = r.first_name;
                        presentation.value = r.introduction;
                        photo.value = r.picture_large;
                    });

事实上,r是一个应该给我的所有用户的信息(这是一个JSON对象的变量。
我找不到电子邮件(甚至当我试图像其他选项user_detail =全

In fact the r is a variable that is supposed to give me all the users informations (it's a JSON object. I can't find email (even when I try with other options like "user_detail = full"

所以我的问题是,是否有可能通过Viadeo API来获取用户的电子邮件?

So my question is, Is it possible to retrieve the email of a user through Viadeo API?

Thks很多关于你的答案

Thks a lot for your answers

推荐答案

在事实上我查了,我们无法获得用户的电子邮件(为防止垃圾邮件的安全性)

In fact I checked and we can't get the user email (for security against spam)

这篇关于无法获取用户电子邮件使用JavaScript API Viadeo的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆