2011-01-04 9 views

Antwort

1

erfordert es einige Dinge erstellen Facebook-Anwendung: FB Dokumentation Berechtigungen anfordern erweiterte ein Foto des Benutzers und die Fotos von ihrem Freund Facebook Auth/Berechtigungen FQL + JSDK für den Zugriff auf die Daten JSDK Doc

$attachment = array('message' => 'this is my message', 
      'name' => 'This is my demo Facebook application!', 
      'caption' => "Caption of the Post", 
      'link' => 'http://mylink.com', 
      'description' => 'this is a description', 
      'picture' => 'http://mysite.com/pic.gif', 
      'actions' => array(array('name' => 'Get Search', 
           'link' => 'http://www.google.com')) 
      ); 


$result = $facebook->api('/me/feed/', 
          'post', 
          $attachment); 

good luck 
+0

aber dies wird auf Ihre eigene Wand posten, nicht wahr? – mihsathe

+0

Welches Problem genau hast du .. – jeessy

Verwandte Themen