PHP SDK経由でプロフィールページやファンページにメッセージを送る場合
メッセージまたはキャプションに「@」文字が表示されない..
$gonder=$facebook->api('/'.$kid.'/feed','POST',
array(
'link'=>'www.facebook.com',
'message'=>'Merhaba @ cracter not show',
'name'=>'test message',
'description'=>'Kimler Bizimle'
));