Каков синтаксис для ссылки на определенный объект пользователя в массиве сообщений о состоянии с помощью API Facebook? Ниже то, что у меня уже есть.
$status = $facebook->api('/<PAGE_ID>/feed', 'POST', array(
'from' => "id": "<PAGE_ID>", "name": "<PAGE_NAME>",
'title' => 'This is the title',
'message' => 'This is the message',
'description'=> 'This is the description',
'caption' => 'This is the caption',
'link' => 'http://www.thisisthelink.com'
));
Все работает, кроме поля ОТ.