// calling the API ...
var obj = {
method: 'send',
to: '',
link: 'http://snow.sa-wd.ru',
picture: 'http://snow.sa-wd.ru/images/preview-greeting.webp',
name: 'test',
caption: 'Submit to friend',
description: 'Using Dialogs for posting to friends timeline.'
};
function callback(response) {
console.log(response);
}
如何获取收件人姓名?
答案 0 :(得分:0)