2011-08-10 15 views
0

私は問題があります。私はこのコードを使用していた。数日前Facebook graph API post壁の奇妙なエラー

Bundle parameters = new Bundle(); 
parameters.putString("message", "this is test"); 
parameters.putString("description","description test"); 
parameters.putString("link", "http://www.google.pl"); 
mFacebook.dialog(ShowFortune.this, "feed", parameters,new SampleDialogListener()); 

とすべてが大丈夫だったが、「メッセージ」パラメータは、ダイアログで壁柱の上に表示を停止します。 「説明」および「リンク」パラメータは引き続き機能します。私はこれを解決するために何ができますか?ここで何が間違っていますか?

答えて

1

Facebook APIが変更され、パラメータ "message"が無視されるようになりました。