Facebook发布状态到Facebook Via

时间:2011-11-07 11:53:23

标签: java android facebook

我的应用程序向用户发布状态更新。在我在消息之后添加所有内容之前,它会有一个小小的东西说这是通过APP在这里发布,但现在它仍然说,但没有链接到我的应用程序。我是否遗漏了某个值或覆盖了某些内容?

        Bundle bundle = new Bundle();


           bundle.putString("message", "Message above everything");
           bundle.putString("from", "App id goes here???");
           bundle.putString("link","Website");
           bundle.putString("name","Title");
           bundle.putString("description","Description");

           bundle.putString("picture", "http://image url");
           bundle.putString(Facebook.TOKEN, accessToken);

           String response = facebook.request("me/feed",bundle,"POST");

0 个答案:

没有答案