I work with an ad agency and we have hired an app developer to make a game for one of our ad campaigns. We are having some problems with the app and he seems unable to fix the issues. The app is simple and works well, but we cannot get him fix issues with the app posting out to newsfeed and friends wall after you have played it. We need this done quickly as it is currently not helping the ad campaign at all. This is the post code that is not working: <? require("connect.php"); $answer = !empty($_REQUEST['answer']) ? $_REQUEST['answer'] : false; $facebook->api('/me/feed', 'POST', array('message' => "asked the TOUCH UNWIRED CUBE a question and got the answer " . $answer . "!\n" . "Try it out yourself and let the cube give you the answer! Plus get a cool BONUS from " . "TOUCH UNWIRED when you play and a chance to WIN a Blackberry Curve!", 'picture' => DOMAIN . 'logo.gif', // 'link' => APPURL, 'link' => "http://www.facebook.com/pages/Thunder-Bay-ON/Touch-Unwired/115094671875434?v=app_150292718319648&ref=ts", 'name' => "PLAY!")); $friends = $facebook->api("/me/friends"); foreach($friends['data'] as $friend){ $facebook->api('/' . $friend['id'] . '/feed', 'POST', array('message' => "asked the TOUCH UNWIRED CUBE a question and got the answer " . $answer . "!\n" . "Try it out yourself and let the cube give you the answer! Plus get a cool BONUS from " . "TOUCH UNWIRED when you play and a chance to WIN a Blackberry Curve!", 'picture' => DOMAIN . 'logo.gif', // 'link' => APPURL, 'link' => "http://www.facebook.com/pages/Thunder-Bay-ON/Touch-Unwired/115094671875434?v=app_150292718319648&ref=ts", 'name' => "PLAY!")); } ?> Please send me an email at amcevoy.adventure@tbaytel.net with a quote and time if you can fix this issue for us. It is urgent and needs to be done ASAP. Any help is appreciated. Again my email is amcevoy.adventure@tbaytel.net