Ver Mensaje Individual
  #8 (permalink)  
Antiguo 11/04/2013, 11:22
Avatar de rottenp4nx
rottenp4nx
 
Fecha de Ingreso: octubre-2012
Ubicación: Santiago
Mensajes: 417
Antigüedad: 11 años, 6 meses
Puntos: 36
Respuesta: facebook connect, publicar a nombre del usuario

$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