You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function postToWallOnSave()
{
$message = $this->metaDescription; // Получаем текст статьи из модели
$link = Url::to(['/article/single', 'slug' => $this->slug], true); // Получаем ссылку на статью
$photoId = Yii::$app->vkApi->uploadPhoto(Yii::getAlias('@web/' . $this->image));
Yii::$app->vkApi->postToWall($message, $link, $photoId);
}
public function afterSave($insert, $changedAttributes)
{
parent::afterSave($insert, $changedAttributes);
$this->postToWallOnSave();
}
Но самое интересное, что ссылка и текст отправляются без проблем, опять же только с локалки, с хостинга почему то нет
The text was updated successfully, but these errors were encountered:
Не могу передать фото, ошибка сервера что то связанное с curl
Код:
Модель
Но самое интересное, что ссылка и текст отправляются без проблем, опять же только с локалки, с хостинга почему то нет
The text was updated successfully, but these errors were encountered: