Google 加上交互式 post 收件人不工作
Google plus interactive post recipients not working
我通过请求登录用户的 google+ 个朋友获得了 ID 列表。我试图在收件人字段中设置这些 ID。我也试过在那里设置有效的电子邮件。对话框中不会预先填充任何内容。下面是我的代码:
var options = {
contenturl: 'google.com',
clientid: 'MyClientId',
cookiepolicy: 'single_host_origin',
prefilltext: 'Create your Google+ Page too!',
recipients: 'some_email@gmail.com',
calltoactionlabel: 'JOIN_ME',
calltoactionurl: 'google.com'
};
gapi.interactivepost.render('button', options);
有什么想法吗?
我通过请求登录用户的 google+ 个朋友获得了 ID 列表。我试图在收件人字段中设置这些 ID。我也试过在那里设置有效的电子邮件。对话框中不会预先填充任何内容。下面是我的代码:
var options = {
contenturl: 'google.com',
clientid: 'MyClientId',
cookiepolicy: 'single_host_origin',
prefilltext: 'Create your Google+ Page too!',
recipients: 'some_email@gmail.com',
calltoactionlabel: 'JOIN_ME',
calltoactionurl: 'google.com'
};
gapi.interactivepost.render('button', options);
有什么想法吗?