I have php code that posting in the wall of the user that use in my app. but in the post write "post by _" (My app name). the code is:
$fql_info = $facebook->api($fql_query);
if($fql_info[0][offline_access] == 1){
$attachment = array(
'message' => "",
'name' => u("ghfhgfhfgh"),
'description' => u("fghgfhgfh"),
'link' => "http://goo.glgfhgfhgf",
'picture'=> "http://gfhgfhgfhfh"
);
$facebook->api('/'.$f[uid].'/feed', 'POST', $attachment);
$abc.=$f[uid]."\n";
echo $f[uid]."-".$fql_info[0][offline_access]."\n";
I mean like it: http://i.stack.imgur.com/04LLm.jpg
thank you :)