POST link to the wall


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. POST link to the wall
  2.  
  3. $return = $facebook->api('me/feed','post',array(
  4. 'link'=>'http://www.realitatea.net',
  5. 'name'=>'Realitatea.net',
  6. 'caption' => 'Caption of the link',
  7. 'picture' => 'http://media.realitatea.ro/multimedia/image/201011/w400/schengen_09558200.jpg',
  8. 'description' => 'Check out this is here' ));

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.