Return to Snippet

Revision: 39374
at January 17, 2011 06:09 by gafitescu


Initial Code
POST link to the wall

$return = $facebook->api('me/feed','post',array(	
																		 'link'=>'http://www.realitatea.net',
																		 'name'=>'Realitatea.net',
																		 'caption' => 'Caption of the link',
																		 'picture' => 'http://media.realitatea.ro/multimedia/image/201011/w400/schengen_09558200.jpg',
																		 'description' => 'Check out this is here'		));

Initial URL


Initial Description


Initial Title
POST link to the wall

Initial Tags


Initial Language
PHP