I can’t send a link to a third-party site via the messages.send method. I send it as plain text. Has anyone come across?
file_get_contents('https://api.vk.com/method/messages.send?v=5.80&user_ids='.urlencode(''.$recipient->vk->provider_user_id.'').'&title='.urlencode('Новый лайк!').'&message='.urlencode('http://yandex.ru').'&attachments=photo-123456_654231&access_token=token');