【问题标题】:how to create custom facebook dialog box for "POST TO WALL"如何为“POST TO WALL”创建自定义 facebook 对话框
【发布时间】:2011-09-05 20:19:50
【问题描述】:

私有最终类 ScoredialogListener 实现 DialogListener {

        @Override
        public void onComplete(Bundle values) {
            // TODO Auto-generated method stub
             String message = "This is Customize Post this to my wall";
              Bundle params = new Bundle();             
              params.putString("message", message);
              mFacebook.dialog(SampleApp.this, "stream.publish", new ScoreDialogListener());
              mAsyncRunner.request("me/feed", params, "POST", new ScoreReqestListener(),null);
    }
}

我正在尝试让自定义 facebook 对话框发布消息,但每次我都得到默认对话框。

那么如何使用 facebook-android api 制作自定义对话框。

提前致谢,

【问题讨论】:

    标签: android facebook


    【解决方案1】:
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2010-10-21
    • 1970-01-01
    • 2013-07-02
    • 1970-01-01
    • 1970-01-01
    • 2021-01-01
    • 2019-11-15
    相关资源
    最近更新 更多