Return to Snippet

Revision: 39378
at January 17, 2011 06:14 by gafitescu


Initial Code
// get the information about the page  diggnation and post to the wall
					   $page = $facebook->api('/diggnation');
					   // like this page

					   if ($page['can_post'] == 1) {
							$return = $facebook->api($page['id'].'/feed','post',array('message'=>'Keep up the good work!'));
							debug($return,1);
					   }

Initial URL


Initial Description


Initial Title
get the information about the page  diggnation and post to the wall

Initial Tags


Initial Language
PHP