Google加上互动帖子收件人无效

时间:2015-06-20 22:48:24

标签: google-api google-plus

我通过请求登录用户的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);

有什么想法吗?

1 个答案:

答案 0 :(得分:0)