-1
我想將我的android設備上的自定義消息分享到Facebook。要定製Facebook供稿,我使用了下面給出的代碼。我想知道是否有我的代碼或與facebook對話框問題的問題。在android中自定義Facebook對話框Feed不起作用
Bundle parameters = new Bundle();
parameters.putString("caption", "Check out this Image :");
parameters.putString("name","Information");
parameters.putString("description", "This is nice App");
parameters.putString("message", "This is cool..");
facebook.dialog(FBConnect.this, "feed", parameters, new FBPostedToWallListener());
感謝提前的幫助下,奧比
你能詳細點嗎? – KarenAnne 2013-08-20 10:18:37