$newPostId = $FaceBook->api( '/me/post', 'POST', array(
'message' => 'Hola que tal todo :P',
'link' => 'http://www.google.com/',
'name' => 'Nombre del enlace',
'picture' => 'imagen.png',
'description' => 'Descipcion del enlace.'
));
http://developers.facebook.com/docs/reference/api/user/
Saludos