Код: Выделить всё
$attachment = array(
'access_token' => $AccessToken,
'message' => "$Msg",
'name' => 'some content',
'link' => $link,
'picture' => "$ShareImage",
'description' => '',
'caption'=>'',
);
Код: Выделить всё
$AccessToken = $this->facebook->getAccessToken();
$attachment = array(
'access_token' => $AccessToken,
'message' => 'http://www.mysutec.com/stie/test',
);
$send = $this->facebook->api("/".$fbid."/feed", 'POST', $attachment);
Код: Выделить всё
http://developers.facebook.com/docs/reference/api/link/
Подробнее здесь: https://stackoverflow.com/questions/873 ... piphp-code
Мобильная версия