-1
在這裏,我開發了一個Android應用程序,我想從中分享一些文本,在Facebook上的圖片,在這裏我使用github的Facebook-sdk共享文本或圖片。Facebook分享評論問題
這是我實現的代碼。
Bundle parameters = new Bundle();
parameters.putString("message", "對此發意見");
parameters.putString("picture", "http://app3.sdt.net.tw/MIT/FBshare.jpg");
parameters.putString("name", "臺灣製MIT微笑標章官方粉絲團支持臺灣製造,就要用臺灣製MIT微笑產品。");
parameters.putString("description", "臺灣製MIT微笑標章官方粉絲團支持臺灣製造,就要用臺灣製MIT微笑產品。");
facebook.dialog(Function3_1_Activity.this, "stream.publish", parameters,new PostDialogListener());
我在我的代碼中實現PostDialogListener()。
這裏工作正常,但問題在於。
請幫助我。 在此先感謝。
我堅持這一點。