I using Facebook php sdk to post to users wall
$userId = $_POST["chckuser"][$i];
$facebook->api('/'.$userId.'/feed', 'post', array('message' => 'Hi'));
and i using this permissions :
$loginUrl =$facebook>getLoginUrl(array('redirect_uri'=>$homeurl,'scope'=>'publish_stream,user_groups,manage_pages'));
But appears in the user's wall "User to user"
The problem appears in this image
What is the problem please and thank u
feedto post on other user's wall , then obviouslyUser to userwill appear! – Shadowfax Jan 21 at 12:28