Авторизацию прохожу спокойно, дальше добавляю тему:
$send = $this->_send('http://www.odnoklassniki.ru/group/' . $group . '?cmd=grPostAjax&st.cmd=altGroupMain&st.groupId=' . $matches . '&st.directLink=on&', array(
'text' => '',
'isNews' => 'off',
'attach' => 'link',
'title' => iconv(parent::$config['RT']['charset'], "UTF-8//IGNORE", stripslashes($getContent['title'])),
'description' => iconv(parent::$config['RT']['charset'], "UTF-8//IGNORE", stripslashes($getContent['post'])),
'providerViewer' => '1;1',
'viewerInitString' => '',
'sourceUrl' => $full_link,
'groupId' => $matches)) ;
Запись добавляется ссылка на мой сайт+текст, пытаюсь добавить еще картинку, в массив post дополняю:
'thumbnail' => $link_thumb,
В ответ уже получаю:
<!--{"status":"error","errorCode":"error.other"}-->
Помогите решить вопрос.