Graph API を使用して、プレイヤーの進行状況を Wall で共有しています。外部アプリケーションとして実行します (つまり、Facebook の iframe 内にネストされたアプリケーションとしてではありません)。
$attachment = array('message' => "I have completed stage $level of the game with a score of $score!",
'description' => "Desc of the game.",
'name' => "Name of game",
'caption' => "caption",
'type' => 'status',
'status_type' => 'app_created_story',
'link' => "http://somehwere.com/somegame");
$result = $facebook->api("/me/feed/",'post', $attachment)) {
投稿は「テスト FB ユーザーが.アプリケーション経由でリンクを共有しました」で始まります。
「リンクを共有」を「更新を投稿した」などの別のものに変更するにはどうすればよいですか?